# This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do version "0.2.5" on_macos do on_intel do sha256 "b3129ff6f7ca2d8c62cf6696934d6afd2865cbd85d0730d37e85ac130697514e" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" end on_arm do sha256 "1459530e9d48f55d229577e7cc161d7c1018468fa31e6b24da064b2c512b8e3e" 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 "3d309b7b744d0eea5305d84c33ae73b09cb18523c45c054d7d92f6a0b4042c97" url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz" end on_arm do sha256 "f901d7099f26fbf0f7dfcf9406089cfef82277061778f5e2806636605094fba4" 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