Files
homebrew-taps/Casks/lolcathost.rb
T
2026-04-10 05:01:09 +01:00

47 lines
1.4 KiB
Ruby

# This file was generated by GoReleaser. DO NOT EDIT.
cask "lolcathost" do
version "0.1.56"
on_macos do
on_intel do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-amd64.tar.gz"
sha256 "b06812f3b0a403f3c447f474c1306619c1bde080df376371f5f0cc3f83732f11"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
sha256 "9213c132f9f9500ddc361cbb322691058608cc20bc8f22f46d90cd88bfdc6c44"
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 "da3f38c4da4bafa461d7800871898b8eae11287efd0e6025e6497b399b579db6"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
sha256 "89c104e4a4a774e115794b17ee83ad7daa88adffb9c7598fe3a4b12b05352073"
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