Files
homebrew-taps/Casks/lolcathost.rb
T
2026-01-26 03:37:35 +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.38"
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 "f4b6d869472810965bf1a3663a19f1b8c3d1aeb300315cebd433982be872e4a9"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz"
sha256 "adea7691dc191af55bf692304b18f4e583cac511bc01c300ea1d4c52ea9be0d6"
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 "67484017beb7ccfafefd90ed644708dd25833ba58b05042afbab341d44dba685"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz"
sha256 "52b7072f19daffdceca73f6093a435cb545e5d7596f51ef8463ed66f24f140c6"
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