Skip to content

Commit a3dce5d

Browse files
committed
opendht 3.5.5
1 parent b36c3a5 commit a3dce5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/o/opendht.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class 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

0 commit comments

Comments
 (0)