Files
homebrew-taps/Casks/lolcathost.rb
T
2026-02-13 03:51:13 +00:00

45 lines
1.4 KiB
Ruby

# 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.45"
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 "f1db3922bf93f4370da47f64871a8622dc9ec44466a7a91d55664bf2a7ce83d4"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
sha256 "4c8859896157be3b01e48f9095ab4e5cc73a5a37d0785427e4092127a50b75d4"
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 "a5befdd3f61392d8673146b5af416f5edb40ec918110f46c6da780da8f74a426"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
sha256 "a360e133d5adce649d64ff49386eebcc1d8d9cd9994ef5e4a7cc608c47bc6aa5"
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