diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 03:55:47 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 04:19:07 +0000 |
commit | 10d211b655d85e31bf9b8e27d234f526cfd1e49b (patch) | |
tree | 9e355aeb92a804675e2a4c7f3bc1d055b58c3417 /net-p2p/bitcoin | |
parent | 8f0a9ef60abad2140ce55c4dd591c69ecdf3da0c (diff) |
devel/protobuf: Update to 3.20.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index dbe9d19ba380..8786367110b7 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -2,7 +2,7 @@ PORTNAME= bitcoin PORTVERSION= 22.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net-p2p finance MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \ LOCAL/swills:icon |