X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id B704ADC0175; Mon, 15 Sep 2014 09:47:10 +0000 (UTC) Date: Mon, 15 Sep 2014 11:47:07 +0200 From: Natanael Copa To: Stuart Cardall Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/bitcoin: update to 0.9.3rc2 Message-ID: <20140915114707.2fa89061@ncopa-desktop.alpinelinux.org> In-Reply-To: <1410732260-10666-1-git-send-email-developer@it-offshore.co.uk> References: <1410732260-10666-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 14 Sep 2014 22:04:20 +0000 Stuart Cardall wrote: > update to 0.9.3rc2 > --- > testing/bitcoin/APKBUILD | 16 +++++++--------- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/testing/bitcoin/APKBUILD b/testing/bitcoin/APKBUILD > index 9324157..a6c4af1 100644 > --- a/testing/bitcoin/APKBUILD > +++ b/testing/bitcoin/APKBUILD > @@ -1,7 +1,8 @@ > # Contributor: Natanael Copa > # Maintainer: Stuart Cardall > pkgname=bitcoin > -pkgver=0.9.2.1 > +pkgver=0.9.3 > +_pkgver=rc2 I didn't like the above. I use the 'abump' script to update to new versions, which will only update pkgver. So we should be able to generate the upstream version string from pkgver. I pushed it and cleaned it up. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---