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.20240823111733 "
8
+ version "1.20240823113206 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240823111733 /nais-cli_1.20240823111733_darwin_arm64 .tar.gz"
13
- sha256 "86d06cf4ec79816cc52ebb7ffcc111a74d3a48e378ba0a1ceb6107c10476a97c "
12
+ url "https://github.com/nais/cli/releases/download/1.20240823113206 /nais-cli_1.20240823113206_darwin_arm64 .tar.gz"
13
+ sha256 "1073b908f9033ae2fe836a53bffa399a759f423a99a13dd8d2996e2a585cd953 "
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.20240823111733 /nais-cli_1.20240823111733_darwin_amd64 .tar.gz"
21
- sha256 "9ea95cdd89dc45b7b345b653820c0def7570cfb5f838c02874be3826596097a0 "
20
+ url "https://github.com/nais/cli/releases/download/1.20240823113206 /nais-cli_1.20240823113206_darwin_amd64 .tar.gz"
21
+ sha256 "9af2435ee1d5256eb0b6589d3d0d6faaf06b9ad2581bfb1736bf70f69b2524d3 "
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.20240823111733 /nais-cli_1.20240823111733_linux_amd64 .tar.gz"
32
- sha256 "3166ced6b4e7c46ec31b0645d18406c3b6de855583e8269356d2ef21bd4493cf "
31
+ url "https://github.com/nais/cli/releases/download/1.20240823113206 /nais-cli_1.20240823113206_linux_amd64 .tar.gz"
32
+ sha256 "13c2f3c714f4e80b9a97185b239ab1b611b6de264aba5ee7e9ebe763f0d1fbad "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments