package/bitcoin: fixup the 'v' prefix in the version
In order for the bitcoin version to match what is given by release-monitoring.org, the 'v' prefix should be encoded in BITCOIN_SITE and not BITCOIN_VERSION. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
55814b8ef9
commit
53197ba346
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 c8557b6df5f5cdf67b3ddf6fe501cfc6e0be698f175f16927dd08d6040df7d9f bitcoin-v0.16.3.tar.gz
|
||||
sha256 c8557b6df5f5cdf67b3ddf6fe501cfc6e0be698f175f16927dd08d6040df7d9f bitcoin-0.16.3.tar.gz
|
||||
sha256 70223369f70e8cb550e75aa74eb86bfa5220fb09c0ba0549d91c36587d15d1a0 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BITCOIN_VERSION = v0.16.3
|
||||
BITCOIN_SITE = $(call github,bitcoin,bitcoin,$(BITCOIN_VERSION))
|
||||
BITCOIN_VERSION = 0.16.3
|
||||
BITCOIN_SITE = $(call github,bitcoin,bitcoin,v$(BITCOIN_VERSION))
|
||||
BITCOIN_AUTORECONF = YES
|
||||
BITCOIN_LICENSE = MIT
|
||||
BITCOIN_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user