mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/bitcoin: bump to version 30.2
https://bitcoincore.org/en/releases/30.2/ Note: this version fixes an important wallet migration bug present in version 30.0 and 30.1. See: https://bitcoincore.org/en/2026/01/05/wallet-migration-bug/ Updated license hash due to copyright year bump:ed0774bd08Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add note about wallet migration bug] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit2f4d619a4c) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
1bf78b4185
commit
a307c24c28
@@ -1,7 +1,7 @@
|
||||
# Hash from: https://bitcoincore.org/bin/bitcoin-core-30.0/SHA256SUMS
|
||||
# Hash from: https://bitcoincore.org/bin/bitcoin-core-30.2/SHA256SUMS
|
||||
# After checking pgp signature from:
|
||||
# https://bitcoincore.org/bin/bitcoin-core-30.0/SHA256SUMS.asc
|
||||
sha256 9b472a4d51dfed9aa9d0ded2cb8c7bcb9267f8439a23a98f36eb509c1a5e6974 bitcoin-30.0.tar.gz
|
||||
# https://bitcoincore.org/bin/bitcoin-core-30.2/SHA256SUMS.asc
|
||||
sha256 6fd00b8c42883d5c963901ad4109a35be1e5ec5c2dc763018c166c21a06c84cb bitcoin-30.2.tar.gz
|
||||
|
||||
# Hash for license file
|
||||
sha256 7c4a87f43afaf667b4c2187af92ebdd27310a24cec113f973e058e3300a76002 COPYING
|
||||
sha256 b028769f3852a9368ab10bd754ff01ebb741f84a2fa658c9aff82a631bc6ecfc COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BITCOIN_VERSION = 30.0
|
||||
BITCOIN_VERSION = 30.2
|
||||
BITCOIN_SITE = https://bitcoincore.org/bin/bitcoin-core-$(BITCOIN_VERSION)
|
||||
BITCOIN_LICENSE = MIT
|
||||
BITCOIN_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user