# 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.41" 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 "93ec77d57b5ce6e44ce48a5567f91421e058981e44d44e85f3084de1e7b8bdda" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" sha256 "64530e7a88c7860683a26f85ce39477b992384b524436c4717663156f6497ece" 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 "efd45223dd2664c404dc7553b94a53eca5379115edfbb0a7d704566c8d115a50" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" sha256 "587fe068b48ada8f63abe7e47e7c5ceea257d28b5b42f7e06509adf8fbdf5b45" 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