diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2022-10-07 06:42:28 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-10-07 07:00:04 +0000 |
commit | fec532b9e53a8759c70ce51a9f1c25026b8a0231 (patch) | |
tree | a69eea00aa3f36950b4b1d8523df14db10a2ceab /net-p2p | |
parent | 98b7aefe961b1d0042ee874bc6df63a11caf8dd6 (diff) |
net-p2p/cardano-db-sync: Use correct hash for this release.
Reported by: Boris Polujin <boris@zfs.ninja>
(cherry picked from commit b983e36080c8dbf9db648a6b72e9ca5c04304913)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cardano-db-sync/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/cardano-db-sync/Makefile b/net-p2p/cardano-db-sync/Makefile index 216aa61f3e96..864fed7f97df 100644 --- a/net-p2p/cardano-db-sync/Makefile +++ b/net-p2p/cardano-db-sync/Makefile @@ -1,5 +1,6 @@ PORTNAME= cardano-db-sync PORTVERSION= 13.0.5 +PORTREVISION= 1 CATEGORIES= net-p2p databases PATCH_SITES= https://arrowd.name/:freebsd_compat @@ -46,7 +47,7 @@ GH_TUPLE= HeinrichApfelmus:threepenny-gui:e3bb8283fc7d2e8aa374eea29426002e8dcd67 GH_TUPLE+= input-output-hk:libsodium:${LIBSODIUM_HASH}:sodium \ bitcoin-core:secp256k1:${SECP256K1_HASH}:secp -CARDANO_DB_SYNC_HASH= b32fb363a738eb0453ed6c84f2dfd7723c0640bd +CARDANO_DB_SYNC_HASH= 8ad98d48e0068f3768d48e18fdcbe254037cba3b LIBSODIUM_HASH= 66f017f16633f2060db25e17c170c2afa0f2a8a1 # Obtained from https://github.com/input-output-hk/cardano-node/blob/master/.github/workflows/github-page.yml#L21 SECP256K1_HASH= ac83be33d0956faf6b7f61a60ab524ef7d6a473a |