# 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.26" 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 "5690950dc5a5880f8e5a9ba37ec5c943eac6be28b49a0f6745aec2d34fd40c2e" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" sha256 "fed37880894205a3388b409cf0ff5400c06c7e378ca7ce8f612d4e0f376f180b" 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 "f4f2d41772f22d57d189878933a7a5bd7616e63590ab6e959d70a05783f89506" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" sha256 "02b4b64a174577093e9ff8414706e67380e9c9fdac82fc4efe5dfd1b83de516a" 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