mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bitcoin: update to 25.1
This commit is contained in:
parent
401152463f
commit
ec9c291c02
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=25.0
|
version=25.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
||||||
|
@ -15,7 +15,7 @@ homepage="https://bitcoincore.org/"
|
||||||
distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
|
distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
|
||||||
https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop
|
https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop
|
||||||
https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
|
https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
|
||||||
checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
|
checksum="bec2a598d8dfa8c2365b77f13012a733ec84b8c30386343b7ac1996e901198c9
|
||||||
0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
|
0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
|
||||||
ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
|
ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
|
||||||
conflicts="litecoin" # Both provide libbitcoinconsensus.so.0
|
conflicts="litecoin" # Both provide libbitcoinconsensus.so.0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://bitcoin.org/bin/"
|
site="https://bitcoincore.org/bin/"
|
||||||
pattern='bitcoin-core-\K[\d.]+'
|
pattern='bitcoin-core-\K[\d.]+'
|
||||||
|
|
Loading…
Add table
Reference in a new issue