Skip to content

Commit

Permalink
Brew formula update for nais-cli version 1.20231103113456
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Nov 3, 2023
1 parent ee3503b commit abeef6b
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.20231101130919"
version "1.20231103113456"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/nais/cli/releases/download/1.20231101130919/nais-cli_1.20231101130919_darwin_arm64.tar.gz"
sha256 "383fe33cb4c0995950b18d0e9228200b94c9f237a3004e4cb4dfad16a294aabe"
url "https://github.com/nais/cli/releases/download/1.20231103113456/nais-cli_1.20231103113456_darwin_arm64.tar.gz"
sha256 "809d97cc8adcbbb1904656cc350f2a5e444f571a11ddce0cca1ea81e76539739"

def install
bin.install "nais"
end
end
if Hardware::CPU.intel?
url "https://github.com/nais/cli/releases/download/1.20231101130919/nais-cli_1.20231101130919_darwin_amd64.tar.gz"
sha256 "8aee231cc1281691764a1730d58bda875832f93c1b2c6d87a139389421aebad9"
url "https://github.com/nais/cli/releases/download/1.20231103113456/nais-cli_1.20231103113456_darwin_amd64.tar.gz"
sha256 "5da1756124693b1aded0fb8634fe5b1942972d56ca798770efcc72f22068906e"

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.20231101130919/nais-cli_1.20231101130919_linux_amd64.tar.gz"
sha256 "b1aba219247a01a03156b54fde16098570d1a8f053579ba041af38f87bebf543"
url "https://github.com/nais/cli/releases/download/1.20231103113456/nais-cli_1.20231103113456_linux_amd64.tar.gz"
sha256 "cd2bbcead6794b2368baee1864efb2802ccc853bf8cc6cf8c3d88c5b80e3f346"

def install
bin.install "nais"
Expand Down

0 comments on commit abeef6b

Please sign in to comment.