# This file was generated by GoReleaser. DO NOT EDIT. cask "kportal" do version "0.9.15" on_macos do on_intel do sha256 "a620d9c840f4c0a52499150a18b46adbd076131ee74b812b7da0889b35d28199" url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-amd64.tar.gz", verified: "github.com/lukaszraczylo/kportal" end on_arm do sha256 "101c8690dfd51958a263a039aa9791403a4f9a7e44b11b8181fd9e10f246d8f3" url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-darwin-arm64.tar.gz", verified: "github.com/lukaszraczylo/kportal" end end on_linux do on_intel do sha256 "45c78beb2f89010644cce1f09c57b7006d7445b412c5c08730c003b3ddf525f7" url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-amd64.tar.gz", verified: "github.com/lukaszraczylo/kportal" end on_arm do sha256 "e14387ed53f0a344aa4270583ce49ee09e2deef0b8f60de3943bdb9ed369232e" url "https://github.com/lukaszraczylo/kportal/releases/download/v#{version}/kportal-#{version}-linux-arm64.tar.gz", verified: "github.com/lukaszraczylo/kportal" end end name "kportal" desc "Modern Kubernetes port-forward manager with interactive TUI" homepage "https://lukaszraczylo.github.io/kportal" livecheck do skip "Auto-generated on release." end binary "kportal" 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