11class Opendht < Formula
22 desc "C++17 Distributed Hash Table implementation"
33 homepage "https://github.com/savoirfairelinux/opendht"
4- url "https://github.com/savoirfairelinux/opendht/archive/refs/tags/v3.5.4 .tar.gz"
5- sha256 "674249c4ac07c4392566d761c0189c7bb11dd7b17e9a331c69d6881f7d01e043 "
4+ url "https://github.com/savoirfairelinux/opendht/archive/refs/tags/v3.5.5 .tar.gz"
5+ sha256 "76d88164a71e56be4d49a377475242f5e3b999c76beb68293d22c2b68f1bd827 "
66 license "GPL-3.0-or-later"
7- revision 1
87
98 # There can be a notable gap between when a version is tagged and a
109 # corresponding release is created, so we check the "latest" release instead
@@ -15,12 +14,12 @@ class Opendht < Formula
1514 end
1615
1716 bottle do
18- sha256 cellar : :any , arm64_tahoe : "f4d45049caf08fd1f826f1869952f62954692a6c68f212e5a969ff3f863a74a1 "
19- sha256 cellar : :any , arm64_sequoia : "df77e683bd89ca2fa48b3999397edbde77ef84cae513656341117d3d3101e243 "
20- sha256 cellar : :any , arm64_sonoma : "43363010a5daf03f140e0b157ac35f940ac19b52ed2e258a6b03ae7140afd8b5 "
21- sha256 cellar : :any , sonoma : "62be175424effde9bda516c6f027d71c6ab220232ad1007dc8a1d7cbcb650285 "
22- sha256 cellar : :any_skip_relocation , arm64_linux : "7e746a7d89e61ce715a0e5bb243838c9ec8ac142829df34922919c9f3cdf5a67 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "3d7aac90140280403abba3a269270f4c1f0fd63760ee9404fd173831e5824026 "
17+ sha256 cellar : :any , arm64_tahoe : "0d23979db7272632a86a24e635a3178e427b22f68c53421a5b86127f019e2572 "
18+ sha256 cellar : :any , arm64_sequoia : "cf59c78e4bc871a0069789408ba6f9f7265af46e08a8410c4d6c66f756072c3f "
19+ sha256 cellar : :any , arm64_sonoma : "da296cec4e5407c92ec14ef5c19bb21d84dc3a507857fbc2d726c78009ff08b5 "
20+ sha256 cellar : :any , sonoma : "965b1063ef809e583482af7976d787902b463a3a112cad025332c5fdfbd01eac "
21+ sha256 cellar : :any_skip_relocation , arm64_linux : "6fd1316cdabce280162bf8626e158e7ff4b2d4399713e225d9556c61fc1f48cc "
22+ sha256 cellar : :any_skip_relocation , x86_64_linux : "8c7e1af5c0b4a847b40c6c61e54f8cc8f8182a1d84b77f7526d1b97ec5d50a26 "
2423 end
2524
2625 depends_on "cmake" => :build
0 commit comments