Skip to content

Commit 756f5e0

Browse files
chore: update brew formula version (#1082)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dab4bf2 commit 756f5e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HomebrewFormula/dirctl.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Dirctl < Formula
22
desc "Command-line interface for AGNTCY directory"
33
homepage "https://github.com/agntcy/dir"
4-
version "v1.0.0"
4+
version "v1.1.0"
55
license "Apache-2.0"
66
version_scheme 1
77

@@ -12,7 +12,7 @@ class Dirctl < Formula
1212
on_macos do
1313
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
1414
url "#{url}/dirctl-darwin-arm64"
15-
sha256 "bf8cf0d2955afaa3ff63373d9d6f5271701d63715163884b21a1697dedd56847"
15+
sha256 "2afe529383948ead288d95d772225e9d389acee2ea15bbc03091857ea96110d1"
1616

1717
def install
1818
bin.install "dirctl-darwin-arm64" => "dirctl"
@@ -24,7 +24,7 @@ def install
2424

2525
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
2626
url "#{url}/dirctl-darwin-amd64"
27-
sha256 "51a24f7eac9e5e1e5d6c808e44de1f34492e6bed80e8138281ec7c99f8bf3b2d"
27+
sha256 "ed0c51b25d1ba30738762c741712a260a8e3e52a516cee94ad003190dbb5aa13"
2828

2929
def install
3030
bin.install "dirctl-darwin-amd64" => "dirctl"
@@ -38,7 +38,7 @@ def install
3838
on_linux do
3939
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
4040
url "#{url}/dirctl-linux-arm64"
41-
sha256 "26e58e9c9fcea7099572b518fd621193cde0567415274e7d35ebef7bc4ef4b4f"
41+
sha256 "0c8aee7d5ce721df8d863e17380be42b8b0bc46b94861666a3fac4dd78dd1172"
4242

4343
def install
4444
bin.install "dirctl-linux-arm64" => "dirctl"
@@ -50,7 +50,7 @@ def install
5050

5151
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
5252
url "#{url}/dirctl-linux-amd64"
53-
sha256 "113aa3404b13412a63133967a44c5e999d7f9942d770e43aa005b1f8f7b02cea"
53+
sha256 "14b0be9229bfc8cdd6a7e4b61ab62d04ec958f96e62b28718f02b0ce7c04ba38"
5454

5555
def install
5656
bin.install "dirctl-linux-amd64" => "dirctl"

0 commit comments

Comments
 (0)