Skip to content

Commit

Permalink
Merge pull request #158793 from chiefmikey/bump-storj-uplink-1.93.2
Browse files Browse the repository at this point in the history
storj-uplink 1.93.2
  • Loading branch information
BrewTestBot authored Jan 2, 2024
2 parents bca6284 + b78fa0d commit 2bba31e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/storj-uplink.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class StorjUplink < Formula
desc "Uplink CLI for the Storj network"
homepage "https://storj.io"
url "https://github.com/storj/storj/archive/refs/tags/v1.92.1.tar.gz"
sha256 "36fd4ef47bfb540449bfc2fca129162eee6a7f460bb97776d383c7b0efcfa49f"
url "https://github.com/storj/storj/archive/refs/tags/v1.93.2.tar.gz"
sha256 "a7741322eb3ddc8f4b77d2130f598e20aa5b8ca0f9c3b0a91ead8f97a7a0bf70"
license "AGPL-3.0-only"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe5137002b74ecba5136e3574f4c5a876fff67c6faedbf7d0afb11e03c7d8095"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab4b91d857081f21ae8920c6f743a766befe7503bee6cfc0d0eeea758f06dc5b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8a3071b5eb4821d6f007d3fc3522d84a282b51a90cbe6222919fc8a57bbb0817"
sha256 cellar: :any_skip_relocation, sonoma: "524e6f959b9be8f134589700c95b7630de105c3f4e503f77e7fcfb5c93a3240d"
sha256 cellar: :any_skip_relocation, ventura: "fd5bc529dc31ef78f3772670d7ade65cb95702484dc9e4c5078884619f08b68b"
sha256 cellar: :any_skip_relocation, monterey: "93db6293171633189ed45d96bb92c16ebffad9cc4b85d848546d56ca517f50f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c1699f07fab94d4291eba581db76a86cdac647864540e252684fdb59488b200"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6efa4e26aca61b19a18f637999bda52c44918e12fd3c9d7938a4cccd0caec611"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aaea0c5a686ffce5a7f64b435873063119dd45f7d582561d6e7decaa2160f127"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6b2471f78bb2fd9c4b7b5997575d6a813780e2fced58770bbe9f2b4b3e96e46b"
sha256 cellar: :any_skip_relocation, sonoma: "40462587da9811a107c6283c4a457edd5ad57237b3ce95e9f253de2a7c5a1e03"
sha256 cellar: :any_skip_relocation, ventura: "c7ef962ac587aa4dd26c25684d5a44086b381bcd05036af41e1e30b512bd92fe"
sha256 cellar: :any_skip_relocation, monterey: "eb363c7c0d5875b090e3a380baacefd771837624fc2ca65191638e498a8b8930"
sha256 cellar: :any_skip_relocation, x86_64_linux: "de0c2069ddafe483692a4eda4b596455de256d5003eb303a7974757352f28303"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2bba31e

Please sign in to comment.