# This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do version "0.2.6" on_macos do on_intel do sha256 "d3b404d8a0e511942e38c8ac6cf69eb8f55a3eebc2922d694fc9d1dfa309017c" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" end on_arm do sha256 "5251933567a6d967c1e68715d34dd6c8030f524924f4c0c34207cb1eae8fcae2" 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 "8232fcca72378a95d527f7e463f62c247a1cc3fc35d6afecf53d5e75e350791f" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz" end on_arm do sha256 "c22ab30a1795d5caa8f1fbcee49e92073c7799cc8c87987d74894e41d8851a85" 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