Skip to content

Commit 4cdfa7b

Browse files
authored
Merge pull request Homebrew#206545 from Homebrew/bump-ipfs-0.33.1
ipfs 0.33.1
2 parents b9f86b0 + c597c15 commit 4cdfa7b

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/i/ipfs.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ipfs < Formula
22
desc "Peer-to-peer hypermedia protocol"
33
homepage "https://ipfs.tech/"
4-
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.33.0.tar.gz"
5-
sha256 "f58da2d4e8552b0d76c95715ec86bf868216fdd539669ea060827a527458cc5f"
4+
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.33.1.tar.gz"
5+
sha256 "2208e5942fd456852695de225f7ef5b20c511af9fc928364699fd28d165f99a8"
66
license all_of: [
77
"MIT",
88
any_of: ["MIT", "Apache-2.0"],
@@ -15,13 +15,12 @@ class Ipfs < Formula
1515
end
1616

1717
bottle do
18-
rebuild 1
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0cba91012fdd5851f5cf19272b0e2dfd3cfa8c00ad4e064811edc63ccd48c6e"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e97d3b417066f176dba54774b161459191e78758b484936c7e80399827dc502"
21-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a66f4eb5d588fdbbe2a934fdd12bcb78be95ce38c9bd25f138f93e066726a622"
22-
sha256 cellar: :any_skip_relocation, sonoma: "df5963b38d0ccfa2d6e88b487f0fec4523b099776a06deefc50a4eda78187600"
23-
sha256 cellar: :any_skip_relocation, ventura: "52f1c4f80e03d426e6840fe8683b16b0944e7eeac1817317076e8a30753825eb"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a14fd5610a22fbadc9fca0d76f844e3a87166919297ae7031681a8db0ca99028"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7c453647bd157362b7a32aaf94959c343e275245953082a4dd9915f9fca8bdd"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b9592f403158a7ed95d831c7c3730de5b38606ac18f3fd8856257167f2b6e31"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6abdafaef215711254e97f96f6f8d3f3213427ac32777b58858fd1a8931a62f5"
21+
sha256 cellar: :any_skip_relocation, sonoma: "4e5d6d42b5eb0cb0a52e19a4e95b6c0876568ef6ac02a2390754a66cfe8a2f90"
22+
sha256 cellar: :any_skip_relocation, ventura: "38118c5256a4b647eb09e0253189f65acfe2acb4157d92d5741d5ba5e9262a78"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2097664a01a62032cf010eb9e6883c3a160e3c7721afaccdc8cf9d687567e24"
2524
end
2625

2726
depends_on "go" => :build

0 commit comments

Comments
 (0)