Skip to content

Commit

Permalink
Merge pull request Homebrew#180873 from Homebrew/bump-opendht-3.2.0
Browse files Browse the repository at this point in the history
opendht 3.2.0
  • Loading branch information
BrewTestBot authored Aug 11, 2024
2 parents 7f335f5 + b90e00a commit 5cbbf73
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/opendht.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Opendht < Formula
desc "C++17 Distributed Hash Table implementation"
homepage "https://github.com/savoirfairelinux/opendht"
url "https://github.com/savoirfairelinux/opendht/archive/refs/tags/v3.1.11.tar.gz"
sha256 "ab543cc391824fa1a8b1a593f897c26a033352acff889940c009cb63e49b4f93"
url "https://github.com/savoirfairelinux/opendht/archive/refs/tags/v3.2.0.tar.gz"
sha256 "019564087f0752a1c09347473c39b2d48e920247f25f68dac235f1e5d6204ea4"
license "GPL-3.0-or-later"

# There can be a notable gap between when a version is tagged and a
Expand All @@ -14,13 +14,13 @@ class Opendht < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "718ac4a69722c4563098f20243907ddcd27f483768f2a1446e57d99ac386e578"
sha256 cellar: :any, arm64_ventura: "6223ff482bd82b884e99307157f13978ed89a6e42a6cb2e16bb13f750ef3d5c4"
sha256 cellar: :any, arm64_monterey: "4d43112f888697a5dc6497926be9e6a3daca9ffcc882404ff7fcd8aa6b4948df"
sha256 cellar: :any, sonoma: "49a4cfac2264f803cfc0314b688f7511965af86599d14a48c5256a5857c86933"
sha256 cellar: :any, ventura: "7d69d4aa4c8414fe57328426a557ed53165dfe5ac69fc43139f7e1eaf519ce8d"
sha256 cellar: :any, monterey: "5c946bf099b08041a9544f3611708203bed708b17104d825e48b3fe4196aae86"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c99edc8ebd6c8622be8c9f2ae1b6a883af40e38295be46ecdc6669091d0b50e9"
sha256 cellar: :any, arm64_sonoma: "94dd6980c8fe6d530989f502a8e1649c2f49fd8420296d55c482dafaeb715222"
sha256 cellar: :any, arm64_ventura: "f42fd79d9b7612d66e06b7a5b74171661c447d3e1bf84ae35783db24ff78e136"
sha256 cellar: :any, arm64_monterey: "259069c88da0b62a4db12f48142779a4a194256b7abe0e7b6100dfed953eb88a"
sha256 cellar: :any, sonoma: "0877e81bf7823a9fb7185b984871167d97ef2025f2a6b383fda37a782c6eea17"
sha256 cellar: :any, ventura: "14812f8b82f1f91c029a185b1060deac00cfd8b091fe35096a85a668f9574793"
sha256 cellar: :any, monterey: "965b1f10abf2db561c715fa015249bd9ba1eecdf7e6b6db17964df1435ca862e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5da6ac3404bbc995460396ba4cb7db26e1753a7dec0a7a822d378e89f6766f61"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 5cbbf73

Please sign in to comment.