# This file was generated by GoReleaser. DO NOT EDIT. cask "kportal" do version "0.9.16" on_macos do on_intel do sha256 "ca01d0aa9c4ec1c877de17da0a7d5fb1bc73cc7c5e2254883265fdba3d2fccf5" 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 "4145785d800fa3eccf744b684191a595988ff841de588746c569a1d11e6f3f3b" 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 "a3b69420a7b7068e98a54109b3e125210d271e1d5bc358393705043bba01c1b9" 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 "56b4335134d37041eb1e924ee874095deb9066156ce5ae0be5b9c0b33cc7cf64" 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