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