# 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.48" 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 "b9425edaf9e512b38a01a155024b4d726b34a81bedbcb38c300e83c2442d9c03" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz" sha256 "3373baa856ce86690ce9e628971ddb14dff806b7e017b3f12697ebd0d8fbe42d" 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 "cc307cf2614ccead2b0e6ed2b82355594adf0c6e901d1b755238f4187315f813" end on_arm do url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz" sha256 "8eb8569595559e957a3243278fba0ac1845393f235cbcaffde9e6e5de68139c0" 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