# 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.71" 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 "a399b41004ecb16fe2c6f1d0e9966bbbdb123fce9f10b9e390ec569ea47eeb19" 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 "df0dcb862f4c16923e9e48e7cf026903010f44622fd15ba9be1f0830daed5d55" 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 "bf2ba180198f68d77db711708f1ede557fb0388f08f47775d4f62d4c16d4826f" 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 "eaa6f0b7ff67e70182e2a33d8d5b5c5f4ae9d0655e3921081d5bf49265f93ff1" 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