summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-12-22 21:18:18 +0100
committerMarcin Wieczorek2017-12-22 21:18:18 +0100
commit52ee26df33c0bb885397b8d2974f5ce46a44e415 (patch)
tree61e3bea836e2f306eee296ffdfa5d2a04dbdf3ab
parent3f30453c12c717ce6d14426d2907248aa397e4a5 (diff)
downloadaur-52ee26df33c0bb885397b8d2974f5ce46a44e415.tar.gz
Version 0.12.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8aac9dad05..395b0a10b661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dash
pkgdesc = Dash peer-to-peer network based digital currency
- pkgver = 0.12.2.0
+ pkgver = 0.12.2.2
pkgrel = 1
url = http://www.dashpay.io/
arch = i686
@@ -17,9 +17,9 @@ pkgbase = dash
optdepends = zeromq: Optional, allows generating ZMQ notifications
optdepends = miniupnpc: Firewall-jumping support
optdepends = db4.8: Wallet storage
- source = dash-daemon-0.12.2.0.tar.gz::https://github.com/dashpay/dash/archive/v0.12.2.0.tar.gz
+ source = dash-daemon-0.12.2.2.tar.gz::https://github.com/dashpay/dash/archive/v0.12.2.2.tar.gz
source = dashd@.service
- sha256sums = 2e0c20c64f5ccc392e51373761f16384642d224587f10c2fdcdbb4f17e185c04
+ sha256sums = fd5f1576bc8ef70e5823f665b86a334937813e300f037a03bcd127b83773d771
sha256sums = 00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9
pkgname = dash-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 0a57d8385929..05e3a216d2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('dash-daemon' 'dash-cli' 'dash-qt')
pkgbase=dash
-pkgver=0.12.2.0
+pkgver=0.12.2.2
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.dashpay.io/"
@@ -16,7 +16,7 @@ pkgdesc="Dash peer-to-peer network based digital currency "
license=('MIT')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dashpay/dash/archive/v${pkgver}.tar.gz"
"dashd@.service")
-sha256sums=('2e0c20c64f5ccc392e51373761f16384642d224587f10c2fdcdbb4f17e185c04'
+sha256sums=('fd5f1576bc8ef70e5823f665b86a334937813e300f037a03bcd127b83773d771'
'00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9')
build() {