Skip to content

Commit f028adb

Browse files
authored
Merge pull request #196544 from Homebrew/bump-storj-uplink-1.116.5
storj-uplink 1.116.5
2 parents 5ba5692 + 8fb9842 commit f028adb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/storj-uplink.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class StorjUplink < Formula
22
desc "Uplink CLI for the Storj network"
33
homepage "https://storj.io"
4-
url "https://github.com/storj/storj/archive/refs/tags/v1.116.3.tar.gz"
5-
sha256 "0d853e9dfcc54e586ad31e9f5bd56f0edfaa21e25702e1385b6b348713b0d885"
4+
url "https://github.com/storj/storj/archive/refs/tags/v1.116.5.tar.gz"
5+
sha256 "58c94ffc34ad92c9b1178295983d9eb240486946bedcd9132dc85cf1dfcf3e9b"
66
license "AGPL-3.0-only"
77

88
# Upstream creates stable releases and marks them as "pre-release" before
@@ -18,12 +18,12 @@ class StorjUplink < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "be6ef724757ca83c5d96bf7ee5fcec44aba93179bb24532885a7f7633d02c17b"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "be6ef724757ca83c5d96bf7ee5fcec44aba93179bb24532885a7f7633d02c17b"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "be6ef724757ca83c5d96bf7ee5fcec44aba93179bb24532885a7f7633d02c17b"
24-
sha256 cellar: :any_skip_relocation, sonoma: "e77e3d2e6c2a0a9723d50a038697e15e01dcc7ff76eb4912fd28807e1a756f8a"
25-
sha256 cellar: :any_skip_relocation, ventura: "e77e3d2e6c2a0a9723d50a038697e15e01dcc7ff76eb4912fd28807e1a756f8a"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2f1e1baa7160cfb51857cec9f73fa885b540d574e0820fd7f13f62e43c7f9186"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8dda1a8adbd10a6dbd58aec6eb7238f76192b91d56a05f835762d135b7d4d560"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8dda1a8adbd10a6dbd58aec6eb7238f76192b91d56a05f835762d135b7d4d560"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8dda1a8adbd10a6dbd58aec6eb7238f76192b91d56a05f835762d135b7d4d560"
24+
sha256 cellar: :any_skip_relocation, sonoma: "4a90a201e33761c1e717cc03bdd5ee97d1910513495f3a73c27b2c22b4f6048d"
25+
sha256 cellar: :any_skip_relocation, ventura: "4a90a201e33761c1e717cc03bdd5ee97d1910513495f3a73c27b2c22b4f6048d"
26+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2331be1e2318a8480510840eb3b67249247a2b5801ca79483750558826f3ddf7"
2727
end
2828

2929
depends_on "go" => :build

0 commit comments

Comments
 (0)