# This file was generated by GoReleaser. DO NOT EDIT. cask "lolcathost" do version "0.1.55" on_macos do on_intel do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz" sha256 "b760b6d846f90968076e2ccc42616fcfd9b6c24f593a5059d4b71e1f8cae6b10" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" sha256 "a00bacc281301c7bec9e27a1ac8e45593df5adb3b591888daedfe36a3247c50e" 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 "6b5eec01dc9639f835252be1b59bb3954b099f1caf3e2d05693d5b925d26a334" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" sha256 "bbbd2764486a4c4f4508c02eb4a79d0e48b93f8950ff1577da61a6bb57a912ac" 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