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.20240912113159 "
8
+ version "1.20240917092259 "
9
9
10
10
on_macos do
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 "
11
+ if Hardware ::CPU . arm ?
12
+ url "https://github.com/nais/narcos/releases/download/1.20240917092259 /narc-cli_1.20240917092259_darwin_arm64 .tar.gz"
13
+ sha256 "57d1cd3a41b8f23437edf75c70480b4c3cfe207c774ae1a8faf2d25f7100ebea "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
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 "
19
+ if Hardware ::CPU . intel ?
20
+ url "https://github.com/nais/narcos/releases/download/1.20240917092259 /narc-cli_1.20240917092259_darwin_amd64 .tar.gz"
21
+ sha256 "4f7d2e540212a9f0f7669ecf9d852b377b49421f3c7d6d943a117f056a1eebad "
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.20240912113159 /narc-cli_1.20240912113159_linux_amd64 .tar.gz"
32
- sha256 "903d2d1d517454846c7bcd6a19bf274413be0ae93f67a8fd950e7df69f24b99a "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240917092259 /narc-cli_1.20240917092259_linux_amd64 .tar.gz"
32
+ sha256 "f291b87f377ad22c9ae678f0ef0fa818228b1764e4e985e539fec232c731f458 "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments