Skip to content

Commit aaef9a2

Browse files
committed
Brew formula update for narc-cli version 1.20250214113913
1 parent b12ef43 commit aaef9a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/narc.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
class Narc < Formula
66
desc "NAIS Administration CLI"
77
homepage "https://github.com/nais/narcos"
8-
version "1.20250214090955"
8+
version "1.20250214113913"
99

1010
on_macos do
1111
on_intel do
12-
url "https://github.com/nais/narcos/releases/download/1.20250214090955/narc-cli_1.20250214090955_darwin_amd64.tar.gz"
13-
sha256 "0fa954bd107f4ff06356679b89fe5ea094320c794684958411de48b5fdb811d3"
12+
url "https://github.com/nais/narcos/releases/download/1.20250214113913/narc-cli_1.20250214113913_darwin_amd64.tar.gz"
13+
sha256 "898bf3ddf4c44e577ebcd4ff8ac9d4a450dd415bfd505ecbe1db89e4582abb4e"
1414

1515
def install
1616
bin.install "narc"
1717
end
1818
end
1919
on_arm do
20-
url "https://github.com/nais/narcos/releases/download/1.20250214090955/narc-cli_1.20250214090955_darwin_arm64.tar.gz"
21-
sha256 "28e2b364f0cdd46d8627de78a01b2d2f3e97fb7a372ccbe88ad0ec96b058c433"
20+
url "https://github.com/nais/narcos/releases/download/1.20250214113913/narc-cli_1.20250214113913_darwin_arm64.tar.gz"
21+
sha256 "6b893cc83b9a185d92f17884c42d9e421595cf707c67814955fd4c1cbf4f7ef6"
2222

2323
def install
2424
bin.install "narc"
@@ -29,8 +29,8 @@ def install
2929
on_linux do
3030
on_intel do
3131
if Hardware::CPU.is_64_bit?
32-
url "https://github.com/nais/narcos/releases/download/1.20250214090955/narc-cli_1.20250214090955_linux_amd64.tar.gz"
33-
sha256 "5a2227fe171012217fadca21a2868b22bf2f62b556e679a42798e4fd81cafc00"
32+
url "https://github.com/nais/narcos/releases/download/1.20250214113913/narc-cli_1.20250214113913_linux_amd64.tar.gz"
33+
sha256 "18db72f7d069fbec3de2ef26d07dc44e6d2c9720d64c7dd00352d927eba24992"
3434

3535
def install
3636
bin.install "narc"
@@ -39,8 +39,8 @@ def install
3939
end
4040
on_arm do
4141
if Hardware::CPU.is_64_bit?
42-
url "https://github.com/nais/narcos/releases/download/1.20250214090955/narc-cli_1.20250214090955_linux_arm64.tar.gz"
43-
sha256 "6902073c3d0a0e9143f86fb5bbbe1ef978b0d2a1eaa4ea2160e55cb6213a99a1"
42+
url "https://github.com/nais/narcos/releases/download/1.20250214113913/narc-cli_1.20250214113913_linux_arm64.tar.gz"
43+
sha256 "9c1f397befb680dfa352478e2727e8cd283d2150732831c0fcca7def69b27525"
4444

4545
def install
4646
bin.install "narc"

0 commit comments

Comments
 (0)