File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
class Nais < Formula
6
6
desc "Command-line interface for NAIS"
7
7
homepage "https://github.com/nais/cli"
8
- version "1.20240819084623 "
8
+ version "1.20240821123202 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240819084623 /nais-cli_1.20240819084623_darwin_arm64 .tar.gz"
13
- sha256 "de89e6ae45f134b618eef5472df3b8c4c5c9c60d7057025fe21a092be060a6e8 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240821123202 /nais-cli_1.20240821123202_darwin_arm64 .tar.gz"
13
+ sha256 "c0b3c3656c3c1a83e0f3f70eac585cd70606f86771fb95bee4f5aade1b16aaec "
14
14
15
15
def install
16
16
bin . install "nais"
17
17
end
18
18
end
19
19
if Hardware ::CPU . intel?
20
- url "https://github.com/nais/cli/releases/download/1.20240819084623 /nais-cli_1.20240819084623_darwin_amd64 .tar.gz"
21
- sha256 "ebd6f7c8db663a866895c4ad759a025684333d4db61f9b186d337e71966d2c39 "
20
+ url "https://github.com/nais/cli/releases/download/1.20240821123202 /nais-cli_1.20240821123202_darwin_amd64 .tar.gz"
21
+ sha256 "0ae31e64fc07f1af42c0b134af5e901e25bf701ec43ddd978ac6011280745288 "
22
22
23
23
def install
24
24
bin . install "nais"
@@ -28,8 +28,8 @@ def install
28
28
29
29
on_linux do
30
30
if Hardware ::CPU . intel?
31
- url "https://github.com/nais/cli/releases/download/1.20240819084623 /nais-cli_1.20240819084623_linux_amd64 .tar.gz"
32
- sha256 "011f59863e38d937b71279d6f500182663405bafad511cea91614f48d58953cb "
31
+ url "https://github.com/nais/cli/releases/download/1.20240821123202 /nais-cli_1.20240821123202_linux_amd64 .tar.gz"
32
+ sha256 "8c792f5bd9e4a5f870901329039c1945b5edc378bd981111f3e5647930a6e438 "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments