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.20240913124644 "
8
+ version "1.20240917100334 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/cli/releases/download/1.20240913124644 /nais-cli_1.20240913124644_darwin_arm64 .tar.gz"
13
- sha256 "1e6f9d5f3ec2224db78893609fefbd762aba6d0d4445521e29efb17d1d151c94 "
12
+ url "https://github.com/nais/cli/releases/download/1.20240917100334 /nais-cli_1.20240917100334_darwin_arm64 .tar.gz"
13
+ sha256 "04efc91eec2afee15ab83a58a2dacbcc851e6c80665d78fb9f506eb7876edd73 "
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.20240913124644 /nais-cli_1.20240913124644_darwin_amd64 .tar.gz"
21
- sha256 "a3532d1973262ec0b0e8080dbb072dd8c33bdf820eaa24ba79e157fb00b8cd4e "
20
+ url "https://github.com/nais/cli/releases/download/1.20240917100334 /nais-cli_1.20240917100334_darwin_amd64 .tar.gz"
21
+ sha256 "24b5a6f8dcd614c206a9437f24437ae0959d753c28c59068927c330e1897a931 "
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.20240913124644 /nais-cli_1.20240913124644_linux_amd64 .tar.gz"
32
- sha256 "375d65aa2c653a24d926abbc5f4d66b8b2b09a7bc8efe723b7839c911c701bca "
31
+ url "https://github.com/nais/cli/releases/download/1.20240917100334 /nais-cli_1.20240917100334_linux_amd64 .tar.gz"
32
+ sha256 "e6d47bd73808ad6defa59237f917b50d25a3d7a21ff48bce62f860c6a4caaf91 "
33
33
34
34
def install
35
35
bin . install "nais"
You can’t perform that action at this time.
0 commit comments