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