summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-11-14 11:53:00 +1100
committerLuis Aranguren2020-11-14 11:53:00 +1100
commit88467905e5b8d7f69135a6fe67ab9d3eabc358b4 (patch)
tree6cff674de9cec38d5df6e7d4e6b6c1966370c74d
parentcc8041cf2ee9cb9e4cedcbafda38d3244fe75e08 (diff)
downloadaur-88467905e5b8d7f69135a6fe67ab9d3eabc358b4.tar.gz
v0.16.1.0.r0.g67624ec21b
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7750103746..fca77367771b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dashcore-git
pkgdesc = Dash Core (DASH, Dashpay, formerly Darkcoin) is an open source, privacy-centric digital currency. (Includes the qt-client, the headless daemon and the command-line tool). WARNING: Unstable, development version.
- pkgver = v0.16.0.1.r0.gb3c8306867
+ pkgver = v0.16.1.0.r0.g67624ec21b
pkgrel = 1
url = https://github.com/dashpay/dash
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2e2a80a35369..16fee570c5f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname='dashcore-git'
_gitname='dash'
_gitbranch='master'
-pkgver=v0.16.0.1.r0.gb3c8306867
+pkgver=v0.16.1.0.r0.g67624ec21b
pkgrel=1
arch=('x86_64')
url="https://github.com/dashpay/dash"
@@ -28,7 +28,7 @@ sha512sums=('87c8fbe782a66222fd1121d61bde967d89e6ddda2f1a4dfc7f17eabfce1502ce172
prepare () {
cd "$_gitname"
- git pull origin v0.15.x
+ git pull origin v0.16.x
#deque patch 2020-02-12 == http: add missing header bootlegged by boost < 1.72
#inlcude deque library in src/httpserver.cpp found in https://github.com/bitcoin/bitcoin/commit/a5929130223973636f3fd25fbfaf2953f2ec96a9 and #inlcude deque.h library in httpserver.cpp found in https://github.com/dogecoin/dogecoin/pull/1626
#will delete when dash fixes/commits this.