Brew cask update for lolcathost version v0.1.20

This commit is contained in:
goreleaserbot
2025-12-07 14:53:37 +00:00
committed by Lukasz Raczylo
parent 956f42820d
commit 100ef7632f
+48
View File
@@ -0,0 +1,48 @@
# This file was generated by GoReleaser. DO NOT EDIT.
cask "lolcathost" do
name "lolcathost"
desc "Dynamic host management tool for macOS and Linux with TUI"
homepage "https://github.com/lukaszraczylo/lolcathost"
version "0.1.20"
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",
verified: "github.com/lukaszraczylo/lolcathost"
sha256 "3ea12e4d98abcc2fbcdcffc7e841139c041b6ed8685d4a3e051667fb60a56f0f"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-darwin-arm64.tar.gz",
verified: "github.com/lukaszraczylo/lolcathost"
sha256 "d4ed672cf66ab7918981060980995367607fcabac6e0c7a234b6766bc25718f3"
end
end
on_linux do
on_intel do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-amd64.tar.gz",
verified: "github.com/lukaszraczylo/lolcathost"
sha256 "4a4b515908292e3ffa50533a5e3b42565f20a272fae4c93dc759f2d078323ca4"
end
on_arm do
url "https://github.com/lukaszraczylo/lolcathost/releases/download/v#{version}/lolcathost-#{version}-linux-arm64.tar.gz",
verified: "github.com/lukaszraczylo/lolcathost"
sha256 "0d38b3a69c8c117505fb655cdf25b8fc109e785f8348606232170d41893b8ff8"
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