File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
class Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20240911103615 "
8
+ version "1.20240912113159 "
9
9
10
10
on_macos do
11
- if Hardware ::CPU . arm ?
12
- url "https://github.com/nais/narcos/releases/download/1.20240911103615 /narc-cli_1.20240911103615_darwin_arm64 .tar.gz"
13
- sha256 "1c6b0394855f2978380ff79f50161f4bf78bd3c775fd37045005408630511907 "
11
+ if Hardware ::CPU . intel ?
12
+ url "https://github.com/nais/narcos/releases/download/1.20240912113159 /narc-cli_1.20240912113159_darwin_amd64 .tar.gz"
13
+ sha256 "f9ca1c8ce44ce2e900e47bbec52820c5c358c7f2051f84ae38723cdcf9e03a86 "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
19
- if Hardware ::CPU . intel ?
20
- url "https://github.com/nais/narcos/releases/download/1.20240911103615 /narc-cli_1.20240911103615_darwin_amd64 .tar.gz"
21
- sha256 "9bce9ef23d778d049a9ca06b4bbf9b7a14d05139852a54c4ddc3a64bcebb1a3d "
19
+ if Hardware ::CPU . arm ?
20
+ url "https://github.com/nais/narcos/releases/download/1.20240912113159 /narc-cli_1.20240912113159_darwin_arm64 .tar.gz"
21
+ sha256 "b2f2af9f629d9d1b2ae0d97176aa58d4f2d83f891f6aa3cb3224ce862f6fd05c "
22
22
23
23
def install
24
24
bin . install "narc"
@@ -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/narcos/releases/download/1.20240911103615 /narc-cli_1.20240911103615_linux_amd64 .tar.gz"
32
- sha256 "fb1feea5a16c44a751b2c87af4b09ca12db3e3ea38708776b5ed21c190683294 "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240912113159 /narc-cli_1.20240912113159_linux_amd64 .tar.gz"
32
+ sha256 "903d2d1d517454846c7bcd6a19bf274413be0ae93f67a8fd950e7df69f24b99a "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments