Files
homebrew-taps/Casks/lolcathost.rb
T
2026-03-09 03:47:28 +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.50"
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 "ea23893d34b9472743487882ab2c3833e4709a572128234404932d10fe9da181"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
sha256 "8c1e4cc2dd84bd79d56b7a019a485ae88041b32f4b7c47a4028a9a270fa22bf0"
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 "96225bc810ce61461969b5407a7911518839eaefd7a52e26d1c3c0cfc92a0ecc"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
sha256 "7d9beff4e8cd2b7bca9e2de5ccbb22fffe48ee7ad7ef006ed83a5930ee29c9bc"
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