Skip to content

Commit

Permalink
Brew formula update for nais-cli version 1.20240927090304
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Sep 27, 2024
1 parent ba829e9 commit 4597d10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/nais.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Nais < Formula
desc "Command-line interface for NAIS"
homepage "https://github.com/nais/cli"
version "1.20240924122348"
version "1.20240927090304"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/nais/cli/releases/download/1.20240924122348/nais-cli_1.20240924122348_darwin_arm64.tar.gz"
sha256 "014c5392b4819fa3a9c38ff897357738aad408682d71baa78a2b324fc6cbeb96"
url "https://github.com/nais/cli/releases/download/1.20240927090304/nais-cli_1.20240927090304_darwin_arm64.tar.gz"
sha256 "37226d4a909f1e4721d1d69546edfba595496831262635189f8f8b9d4726638e"

def install
bin.install "nais"
end
end
if Hardware::CPU.intel?
url "https://github.com/nais/cli/releases/download/1.20240924122348/nais-cli_1.20240924122348_darwin_amd64.tar.gz"
sha256 "51e148ee25043c26b58e793c2e579a93415659735f67d1b5ddd9b90a9c2cecd5"
url "https://github.com/nais/cli/releases/download/1.20240927090304/nais-cli_1.20240927090304_darwin_amd64.tar.gz"
sha256 "cf013ff65045952d2e568907db8c20761666e61ecbf80037e97dede7b900f954"

def install
bin.install "nais"
Expand All @@ -28,8 +28,8 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/nais/cli/releases/download/1.20240924122348/nais-cli_1.20240924122348_linux_amd64.tar.gz"
sha256 "12d22a81c7a6382d96a202693ee2cd87cd67633ef8c9dd1981af7485c0ad2cb5"
url "https://github.com/nais/cli/releases/download/1.20240927090304/nais-cli_1.20240927090304_linux_amd64.tar.gz"
sha256 "d93342aecd82ca8e72d849f209430dacd9c066ecd4ed48c172e5161791666244"

def install
bin.install "nais"
Expand Down

0 comments on commit 4597d10

Please sign in to comment.