11class 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.118.7 .tar.gz"
5- sha256 "a1550fe9634c8c1cd78b88486ae09e46fddfb653fac56b1a8d71fdca4af097d1 "
4+ url "https://github.com/storj/storj/archive/refs/tags/v1.118.8 .tar.gz"
5+ sha256 "75ef901c759b76e81a59919f5d170d82bfbd2c5c9a455ce9197b3125e2af7dc9 "
66 license "AGPL-3.0-only"
77
88 # Upstream creates stable releases and marks them as "pre-release" before
@@ -18,13 +18,12 @@ class StorjUplink < Formula
1818 end
1919
2020 bottle do
21- rebuild 1
22- sha256 cellar : :any_skip_relocation , arm64_sequoia : "8f038fb5738c30c284660d55cc1727d58ed86313c8ecfb6343f5302f4dcbe3fa"
23- sha256 cellar : :any_skip_relocation , arm64_sonoma : "8f038fb5738c30c284660d55cc1727d58ed86313c8ecfb6343f5302f4dcbe3fa"
24- sha256 cellar : :any_skip_relocation , arm64_ventura : "8f038fb5738c30c284660d55cc1727d58ed86313c8ecfb6343f5302f4dcbe3fa"
25- sha256 cellar : :any_skip_relocation , sonoma : "d5199ccb1702519a535905a1c150cf4211ba2450cab0dcf6065bcb7e7db3619d"
26- sha256 cellar : :any_skip_relocation , ventura : "d5199ccb1702519a535905a1c150cf4211ba2450cab0dcf6065bcb7e7db3619d"
27- sha256 cellar : :any_skip_relocation , x86_64_linux : "eb9cf4c9183c2f744cc1170d7b0e15c652e03d805e25eefdadba65ebaa467a59"
21+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "f69307a98bd4e0f0c7ce92024e14213166ada95d54b51943f0f2ae4422702fd9"
22+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "f69307a98bd4e0f0c7ce92024e14213166ada95d54b51943f0f2ae4422702fd9"
23+ sha256 cellar : :any_skip_relocation , arm64_ventura : "f69307a98bd4e0f0c7ce92024e14213166ada95d54b51943f0f2ae4422702fd9"
24+ sha256 cellar : :any_skip_relocation , sonoma : "df0e3ced74ed25c604515c3cd912931fed1b37c47df54991d6fbb952736c35b6"
25+ sha256 cellar : :any_skip_relocation , ventura : "df0e3ced74ed25c604515c3cd912931fed1b37c47df54991d6fbb952736c35b6"
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4e9c4adf00eced8acb3d5a7ddb192627e68a211a90c80fc7b6d3119a563123ac"
2827 end
2928
3029 depends_on "go" => :build
0 commit comments