diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-15 19:41:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-15 20:09:36 +0000 |
commit | f01013c7ca039769891e8b6dc1a3835181da6dbf (patch) | |
tree | 22d16db6f93cb35190479708616c2902010d4636 /net-p2p | |
parent | d8544bf0d948ca65c0ac89c0009211bcd1202e6d (diff) |
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/litecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index d58a7ae2e22c..112fe2866148 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -1,6 +1,6 @@ PORTNAME= bitcoin PORTVERSION= 27.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 845375985e40..ab744ffcf3e1 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -1,7 +1,7 @@ PORTNAME= litecoin DISTVERSIONPREFIX= v DISTVERSION= 0.21.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p finance MAINTAINER= hsw@bitmark.com diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 9ccac7b6ad78..333b253c45e2 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -1,7 +1,7 @@ PORTNAME= namecoin DISTVERSIONPREFIX= nc DISTVERSION= 24.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= net-p2p dns MASTER_SITES+= https://same.name/static/:icon |