Date: Thu, 24 Nov 2022 10:06:52 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cf11e8c92b9d - main - net-p2p/cardano-node: Use correct tag hash. Message-ID: <202211241006.2AOA6q9B085594@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf11e8c92b9d4b6d49d9a8d1a3583c4419df52c1 commit cf11e8c92b9d4b6d49d9a8d1a3583c4419df52c1 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-11-24 10:04:25 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-11-24 10:06:18 +0000 net-p2p/cardano-node: Use correct tag hash. Reported by: Boris Polujin <boris@zfs.ninja> --- net-p2p/cardano-node/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-p2p/cardano-node/Makefile b/net-p2p/cardano-node/Makefile index d71388d7884c..5bd45f499586 100644 --- a/net-p2p/cardano-node/Makefile +++ b/net-p2p/cardano-node/Makefile @@ -1,5 +1,6 @@ PORTNAME= cardano-node PORTVERSION= 1.35.4 +PORTREVISION= 1 MASTER_SITES= https://input-output-hk.github.io/cardano-haskell-packages/package/:chap CATEGORIES= net-p2p @@ -24,7 +25,7 @@ GH_TUPLE= denisshevchenko:threepenny-gui:4ec92ded05ccf59ba4a874be4b404ac1b6d666b GH_TUPLE+= input-output-hk:libsodium:${LIBSODIUM_HASH}:sodium \ bitcoin-core:secp256k1:${SECP256K1_HASH}:secp -CARDANO_NODE_HASH= 950c4e222086fed5ca53564e642434ce9307b0b9 +CARDANO_NODE_HASH= ebc7be471b30e5931b35f9bbc236d21c375b91bb LIBSODIUM_HASH= 66f017f16633f2060db25e17c170c2afa0f2a8a1 # Obtained from https://github.com/input-output-hk/cardano-node/blob/master/.github/workflows/github-page.yml#L21 SECP256K1_HASH= ac83be33d0956faf6b7f61a60ab524ef7d6a473a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211241006.2AOA6q9B085594>