mirror of
https://github.com/lukaszraczylo/homebrew-taps.git
synced 2026-06-14 01:41:20 +00:00
49 lines
1.6 KiB
Ruby
49 lines
1.6 KiB
Ruby
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
cask "kportal" do
|
|
name "kportal"
|
|
desc "Modern Kubernetes port-forward manager with interactive TUI"
|
|
homepage "https://lukaszraczylo.github.io/kportal"
|
|
version "0.2.61"
|
|
|
|
livecheck do
|
|
skip "Auto-generated on release."
|
|
end
|
|
|
|
binary "kportal"
|
|
|
|
on_macos do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-amd64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "0e16e8676ce1f1177e9d110bd052239f314f5d6b966e2c78757382c4dccf2c0b"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-arm64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "089cca25814d402a056b012c7bb847aa487b8b417eef19222ecf59e7ef122bec"
|
|
end
|
|
end
|
|
|
|
on_linux do
|
|
on_intel do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-amd64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "2f4fd38ae7ad1048ec1df74581cac12a5d7f94ab38f4ac9ac973617f5727e58a"
|
|
end
|
|
on_arm do
|
|
url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-arm64.tar.gz",
|
|
verified: "github.com/lukaszraczylo/kportal"
|
|
sha256 "902882763ed86c21249cea33667fe240f8242c15699aed43d34d103a647aab38"
|
|
end
|
|
end
|
|
|
|
postflight do
|
|
if OS.mac?
|
|
system_command "/usr/bin/xattr",
|
|
args: ["-dr", "com.apple.quarantine", "#{staged_path}/kportal"]
|
|
end
|
|
end
|
|
|
|
# No zap stanza required
|
|
end
|