Skip to content

Commit

Permalink
Merge pull request #206545 from Homebrew/bump-ipfs-0.33.1
Browse files Browse the repository at this point in the history
ipfs 0.33.1
  • Loading branch information
BrewTestBot authored Feb 5, 2025
2 parents b9f86b0 + c597c15 commit 4cdfa7b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/i/ipfs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ipfs < Formula
desc "Peer-to-peer hypermedia protocol"
homepage "https://ipfs.tech/"
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.33.0.tar.gz"
sha256 "f58da2d4e8552b0d76c95715ec86bf868216fdd539669ea060827a527458cc5f"
url "https://github.com/ipfs/kubo/archive/refs/tags/v0.33.1.tar.gz"
sha256 "2208e5942fd456852695de225f7ef5b20c511af9fc928364699fd28d165f99a8"
license all_of: [
"MIT",
any_of: ["MIT", "Apache-2.0"],
Expand All @@ -15,13 +15,12 @@ class Ipfs < Formula
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0cba91012fdd5851f5cf19272b0e2dfd3cfa8c00ad4e064811edc63ccd48c6e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e97d3b417066f176dba54774b161459191e78758b484936c7e80399827dc502"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a66f4eb5d588fdbbe2a934fdd12bcb78be95ce38c9bd25f138f93e066726a622"
sha256 cellar: :any_skip_relocation, sonoma: "df5963b38d0ccfa2d6e88b487f0fec4523b099776a06deefc50a4eda78187600"
sha256 cellar: :any_skip_relocation, ventura: "52f1c4f80e03d426e6840fe8683b16b0944e7eeac1817317076e8a30753825eb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a14fd5610a22fbadc9fca0d76f844e3a87166919297ae7031681a8db0ca99028"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7c453647bd157362b7a32aaf94959c343e275245953082a4dd9915f9fca8bdd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b9592f403158a7ed95d831c7c3730de5b38606ac18f3fd8856257167f2b6e31"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6abdafaef215711254e97f96f6f8d3f3213427ac32777b58858fd1a8931a62f5"
sha256 cellar: :any_skip_relocation, sonoma: "4e5d6d42b5eb0cb0a52e19a4e95b6c0876568ef6ac02a2390754a66cfe8a2f90"
sha256 cellar: :any_skip_relocation, ventura: "38118c5256a4b647eb09e0253189f65acfe2acb4157d92d5741d5ba5e9262a78"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2097664a01a62032cf010eb9e6883c3a160e3c7721afaccdc8cf9d687567e24"
end

depends_on "go" => :build
Expand Down

0 comments on commit 4cdfa7b

Please sign in to comment.