# This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do name "lolcathost" desc "Dynamic host management tool with TUI" homepage "https://github.com/lukaszraczylo/lolcathost" version "0.1.42" livecheck do skip "Auto-generated on release." end binary "lolcathost" on_macos do on_intel do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" sha256 "cdd8f1077d737bf87c51e6b28fe641486d71b8c8ade72926d1387220a40b53a7" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" sha256 "69b63f9bae02dfeb69362fedf367da95128d179b61112855952c9d4f3769f0aa" end end on_linux do on_intel do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz" sha256 "db23f5ac05666d29ec4d4456fc12ab00ad358ed611a80536b08967b1dc6e3de0" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" sha256 "bc10e751da0cb2c2677b9108e53d9d4cc7378157f77c704319a1c7b3194c0b46" end end postflight do if OS.mac? system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/lolcathost"] end end # No zap stanza required end