* [Buildroot] [PATCH] package/bitcoin: fixup the 'v' prefix in the version
@ 2019-09-05 21:50 Thomas Petazzoni
2019-09-07 19:59 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-05 21:50 UTC (permalink / raw)
To: buildroot
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>
---
package/bitcoin/bitcoin.hash | 2 +-
package/bitcoin/bitcoin.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/bitcoin/bitcoin.hash b/package/bitcoin/bitcoin.hash
index 96edd22959..2a71084d97 100644
--- a/package/bitcoin/bitcoin.hash
+++ b/package/bitcoin/bitcoin.hash
@@ -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
diff --git a/package/bitcoin/bitcoin.mk b/package/bitcoin/bitcoin.mk
index 78170abcc7..eefde1df96 100644
--- a/package/bitcoin/bitcoin.mk
+++ b/package/bitcoin/bitcoin.mk
@@ -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
--
2.21.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/bitcoin: fixup the 'v' prefix in the version
2019-09-05 21:50 [Buildroot] [PATCH] package/bitcoin: fixup the 'v' prefix in the version Thomas Petazzoni
@ 2019-09-07 19:59 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-09-07 19:59 UTC (permalink / raw)
To: buildroot
On Thu, 5 Sep 2019 23:50:52 +0200
Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> 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>
> ---
> package/bitcoin/bitcoin.hash | 2 +-
> package/bitcoin/bitcoin.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-07 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-05 21:50 [Buildroot] [PATCH] package/bitcoin: fixup the 'v' prefix in the version Thomas Petazzoni
2019-09-07 19:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox