summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-07 19:10:23 +0100
committerMarcin Wieczorek2018-02-07 19:10:23 +0100
commitc0d110147dd6e5e2c74735975a60147d4af48100 (patch)
treeeaeb78c26821981ab4d856d60704e7d7bc418977
parent52ee26df33c0bb885397b8d2974f5ce46a44e415 (diff)
downloadaur-c0d110147dd6e5e2c74735975a60147d4af48100.tar.gz
Version 0.12.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395b0a10b661..e2c69408b7ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dash
pkgdesc = Dash peer-to-peer network based digital currency
- pkgver = 0.12.2.2
+ pkgver = 0.12.2.3
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.2.tar.gz::https://github.com/dashpay/dash/archive/v0.12.2.2.tar.gz
+ source = dash-daemon-0.12.2.3.tar.gz::https://github.com/dashpay/dash/archive/v0.12.2.3.tar.gz
source = dashd@.service
- sha256sums = fd5f1576bc8ef70e5823f665b86a334937813e300f037a03bcd127b83773d771
+ sha256sums = 5347351483ce39d1dd0be4d93ee19aba1a6b02bc7f90948b4eea4466ad79d1c3
sha256sums = 00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9
pkgname = dash-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 05e3a216d2e7..1bade04faa00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('dash-daemon' 'dash-cli' 'dash-qt')
pkgbase=dash
-pkgver=0.12.2.2
+pkgver=0.12.2.3
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=('fd5f1576bc8ef70e5823f665b86a334937813e300f037a03bcd127b83773d771'
+sha256sums=('5347351483ce39d1dd0be4d93ee19aba1a6b02bc7f90948b4eea4466ad79d1c3'
'00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9')
build() {