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 Narc < Formula
6
6
desc "NAIS Administration CLI"
7
7
homepage "https://github.com/nais/narcos"
8
- version "1.20240703102734 "
8
+ version "1.20240710122040 "
9
9
10
10
on_macos do
11
11
if Hardware ::CPU . arm?
12
- url "https://github.com/nais/narcos/releases/download/1.20240703102734 /narc-cli_1.20240703102734_darwin_arm64 .tar.gz"
13
- sha256 "67a27b79d0bd28d956a8271f95c440be7d27f1411c1c27f7336da112c9ac364e "
12
+ url "https://github.com/nais/narcos/releases/download/1.20240710122040 /narc-cli_1.20240710122040_darwin_arm64 .tar.gz"
13
+ sha256 "b352fcee54d5623a57d456d4b4aa4bc2a9ab82149dfce6e531746e640a6e31be "
14
14
15
15
def install
16
16
bin . install "narc"
17
17
end
18
18
end
19
19
if Hardware ::CPU . intel?
20
- url "https://github.com/nais/narcos/releases/download/1.20240703102734 /narc-cli_1.20240703102734_darwin_amd64 .tar.gz"
21
- sha256 "f8f58646642039c8cfab8c3ebc746ad2ebf5f80efcb176807920b121d817b453 "
20
+ url "https://github.com/nais/narcos/releases/download/1.20240710122040 /narc-cli_1.20240710122040_darwin_amd64 .tar.gz"
21
+ sha256 "d8ac1a136781e283dda47f1ad5f82b31a47f5156b0401f5542555e771621d5d1 "
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.20240703102734 /narc-cli_1.20240703102734_linux_amd64 .tar.gz"
32
- sha256 "26a434664399b2d132ef47d9b4d218b344a7bebb06926d0f8a2ccccc740f5a08 "
31
+ url "https://github.com/nais/narcos/releases/download/1.20240710122040 /narc-cli_1.20240710122040_linux_amd64 .tar.gz"
32
+ sha256 "62165fbb520ef142a1126c80e24fe8fd50edd50d7750768d7f3970a6983e963a "
33
33
34
34
def install
35
35
bin . install "narc"
You can’t perform that action at this time.
0 commit comments