# This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do version "0.2.3" on_macos do on_intel do sha256 "5e14b4105a5e41c6dbb3d01ebd32c2abddcac30b34be1e76363cc985e3e5af39" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" end on_arm do sha256 "e7fe26f6063ab51af43b2f27f35c9ca138031ec19987a7b9e44e2f57cdb757dd" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" end end on_linux do on_intel do sha256 "271c2970d41ed261f7df1d4c8403858e203e8bb74045bd7c4ba4f989a994a015" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz" end on_arm do sha256 "2c017b2eedfa00bc6d59f04e47771c7164d562e6684d0d7d3b557b66ace55c89" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" end end name "lolcathost" desc "Dynamic host management tool with TUI" homepage "https://github.com/lukaszraczylo/lolcathost" livecheck do skip "Auto-generated on release." end binary "lolcathost" 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