Skip to content

Commit b5c3f44

Browse files
authored
Merge pull request #247015 from Homebrew/bump-storj-uplink-1.139.3
storj-uplink 1.139.3
2 parents f49ef24 + f8ec8f6 commit b5c3f44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/s/storj-uplink.rb

Lines changed: 7 additions & 7 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.138.2.tar.gz"
5-
sha256 "946ad128485d71af76583d8524e6784fdc941c6cc5ec270701a8761ef1be0f4b"
4+
url "https://github.com/storj/storj/archive/refs/tags/v1.139.3.tar.gz"
5+
sha256 "54f526eddd79c763170f4662e26e14629225a9c3726c25c9b97b4beeed5f4b6d"
66
license "AGPL-3.0-only"
77

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

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "800d4479d2383465a7ace26c5365621f72484143d4b1078bc0a7812da772a507"
22-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "800d4479d2383465a7ace26c5365621f72484143d4b1078bc0a7812da772a507"
23-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "800d4479d2383465a7ace26c5365621f72484143d4b1078bc0a7812da772a507"
24-
sha256 cellar: :any_skip_relocation, sonoma: "858c22e7980a7ac744c5ab5d047a25a8361836e637c28b362bef66a5182245bd"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "13f5ea0e8d09e00b95531798c3cd13bb97f1abbeff584d9d53193c7fa5293cd5"
21+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d488a60d415486b4c09b14e2b1ad37b2920480907feb90be22e9ab40b66d622"
22+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d488a60d415486b4c09b14e2b1ad37b2920480907feb90be22e9ab40b66d622"
23+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d488a60d415486b4c09b14e2b1ad37b2920480907feb90be22e9ab40b66d622"
24+
sha256 cellar: :any_skip_relocation, sonoma: "8a8a631e6ce21ebcd14a798346fd5b0571cee01ff501d46e3272122741b69892"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c317eb991b442812d6d3c6d21ca0bb6bd32726fc9fe02778405968995be0e6c"
2626
end
2727

2828
depends_on "go" => :build

0 commit comments

Comments
 (0)