1
1
class StorjUplink < Formula
2
2
desc "Uplink CLI for the Storj network"
3
3
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 "
6
6
license "AGPL-3.0-only"
7
7
8
8
# Upstream creates stable releases and marks them as "pre-release" before
@@ -18,12 +18,12 @@ class StorjUplink < Formula
18
18
end
19
19
20
20
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 "
27
27
end
28
28
29
29
depends_on "go" => :build
0 commit comments