Skip to content

Commit dd1b3ee

Browse files
authored
Merge pull request Homebrew#175694 from Homebrew/bump-storj-uplink-1.107.2
storj-uplink 1.107.2
2 parents 3333196 + 25bc590 commit dd1b3ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/storj-uplink.rb

Lines changed: 9 additions & 9 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.105.2.tar.gz"
5-
sha256 "e60baecd976935cbbbfad79a27a6d1b4734a2e20e69a116f8daf5ee88ea8cea1"
4+
url "https://github.com/storj/storj/archive/refs/tags/v1.107.2.tar.gz"
5+
sha256 "bada95a2974e603d92927ab2e8484c91951f4e109a309c62c1c4f72c135ae0c9"
66
license "AGPL-3.0-only"
77

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

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9accacd167bcfbbcaa163e28498f92e8ed7e5e4e17b48d3cdd22dcc14af5e376"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc85e1f4be7755e203549dd9c66ac307ed551a15b7c645c0fb6e770a2766ccc7"
23-
sha256 cellar: :any_skip_relocation, arm64_monterey: "fa47e7bcf8c256601082a23a84179136fd6ada060e19c05f8699b57b9e4abde7"
24-
sha256 cellar: :any_skip_relocation, sonoma: "20e9443fa68ddfc78cafe3a536f8f987f5e0a0a650bd8239ac43195be40bb029"
25-
sha256 cellar: :any_skip_relocation, ventura: "068ddba797a2dba7de99e5e18ccbafef3bdecbc7f4c5a19ebfbb23925e017614"
26-
sha256 cellar: :any_skip_relocation, monterey: "295db16fbda2409685e0fd97738eb4e5fa69ca63c6157e8a1b8894b8ed2940df"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0a4c196b089637c0a9c301d8e9e6ea3908357d78d19b01d9bb13544e8da4124"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b337394436c5f923fcbf582c1006d042c6c1d7a9d71eaafa7a358859a0a3b9a0"
22+
sha256 cellar: :any_skip_relocation, arm64_ventura: "629e1638b3781a3263070e7d1ef12f25033b2df26b2970f7176293f10540cbe5"
23+
sha256 cellar: :any_skip_relocation, arm64_monterey: "6e0440075846353e4846f9b77911a55de2ee9d31b45562e0b23615696ec0d5b9"
24+
sha256 cellar: :any_skip_relocation, sonoma: "8ce7a306597a7154b8d0b404488d6fe759c133c41cef9976816be2d72e845b96"
25+
sha256 cellar: :any_skip_relocation, ventura: "1553734ab78914c58bffe85f2913e688eb9c87f0368bd843bef013602f559d0c"
26+
sha256 cellar: :any_skip_relocation, monterey: "efe433babcdcdec3fd532f71d4a424c458f93e70fffed53788024e361219d2a8"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "df184c0f27c043e13113862b94fc4f8673614532cb7613689d2202b505646b10"
2828
end
2929

3030
depends_on "go" => :build

0 commit comments

Comments
 (0)