summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2018-10-15 17:29:15 -0700
committerUncle Hunto2018-10-15 17:29:15 -0700
commit347259aca4201475ec290f688f6cd38936deab18 (patch)
treec49b09397bf9ee28add07c11d82e684265a99dbd
parent801029f2512fe552fd45bcd3ede65b2a17ed7a22 (diff)
downloadaur-347259aca4201475ec290f688f6cd38936deab18.tar.gz
Bump version to 0.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022546d966e3..148ea026d6ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 22 21:51:01 UTC 2018
+# Tue Oct 16 00:28:53 UTC 2018
pkgbase = bitcoin-gui-git
pkgdesc = Most recent stable branch, UPNP disabled, w/ Bitcoin binaries, dev tools, GUI, and wallet
- pkgver = v0.16.3.r1.gf56c00b234
+ pkgver = v0.17.0.r1.g5b47b8efd4
pkgrel = 1
url = https://bitcoin.org/en/download
install = bitcoin-qt.install
@@ -34,7 +34,7 @@ pkgbase = bitcoin-gui-git
conflicts = bitcoin-cli
conflicts = bitcoin-qt
conflicts = bitcoin-tx
- source = git+https://github.com/bitcoin/bitcoin.git#branch=0.16
+ source = git+https://github.com/bitcoin/bitcoin.git#branch=0.17
source = git+https://github.com/bitcoin-core/packaging.git
source = bitcoin-qt.install
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a143ae1d6281..77e4aaaba9fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
-_branch=0.16
+_branch=0.17
## Build from latest tag
#_tag=$(git ls-remote -t --refs https://github.com/bitcoin/bitcoin.git | awk '{print $2}' | LC_ALL=C sort -bfV | sed '/rc[0-9]/d' | tail -n1 | sed -n -e 's/^.*tags\///p')
pkgname=bitcoin-gui-git
-pkgver=v0.16.3.r1.gf56c00b234
+pkgver=v0.17.0.r1.g5b47b8efd4
pkgrel=1
pkgdesc='Most recent stable branch, UPNP disabled, w/ Bitcoin binaries, dev tools, GUI, and wallet'
arch=('i686' 'x86_64')