summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232017-12-19 17:51:36 -0600
committerGreenRaccoon232017-12-19 17:51:36 -0600
commita25aaeda13e0053dae4ef2e18ecbfbe89ee43a5f (patch)
tree636c7cb9576b84d989c7c69f1cf71f9299bc25a7
parent3636655db6a7a5cac26163e9dc34cba812d4a6c5 (diff)
downloadaur-a25aaeda13e0053dae4ef2e18ecbfbe89ee43a5f.tar.gz
0.12.2.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e81287c0789..bf94966ae573 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 5 02:51:35 UTC 2017
+# Tue Dec 19 23:49:39 UTC 2017
pkgbase = dashcore
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.)
- pkgver = 0.12.2.1
+ pkgver = 0.12.2.2
pkgrel = 1
url = https://www.dash.org/
arch = i686
@@ -33,10 +33,10 @@ pkgbase = dashcore
md5sums = 0d4112bc393f50dc2d0f7d615aa81f39
md5sums = 700c3a8588e7f65cdea7d433c6345ce1
md5sums = a959a99a436ddca2af3ddc0b428faec2
- source_i686 = https://github.com/dashpay/dash/releases/download/v0.12.2.1/dashcore-0.12.2.1-linux32.tar.gz
- sha256sums_i686 = f48f0f816630dbfd382e271284d7ab7564c3f64dd59f1563c75b2cda875416e1
- source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.12.2.1/dashcore-0.12.2.1-linux64.tar.gz
- sha256sums_x86_64 = cdecea8aab25a62cba1348a8d6b511c96a5e6b8dbb2f7ddd263f8aa6efdf505d
+ source_i686 = https://github.com/dashpay/dash/releases/download/v0.12.2.2/dashcore-0.12.2.2-linux32.tar.gz
+ sha256sums_i686 = cc1d0f6d6d7a2e64e68f23c6260eb2816f324892928686c6b0a4573941b2886b
+ source_x86_64 = https://github.com/dashpay/dash/releases/download/v0.12.2.2/dashcore-0.12.2.2-linux64.tar.gz
+ sha256sums_x86_64 = ce73b91536bba621dbcea4576e606bf0cd5f4b0780d85530a460982c053ed5b7
pkgname = dashcore
diff --git a/PKGBUILD b/PKGBUILD
index 1d54a4960f59..27fe2f812cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on PKGBUILD from darkcoin-git maintained by Viliam Kubis <viliam dot kubis at gmail dot com>
pkgname='dashcore';
-pkgver=0.12.2.1;
+pkgver=0.12.2.2;
pkgrel=1;
arch=('i686' 'x86_64');
url="https://www.dash.org/";
@@ -25,8 +25,8 @@ md5sums=(
'700c3a8588e7f65cdea7d433c6345ce1'
'a959a99a436ddca2af3ddc0b428faec2'
);
-sha256sums_i686=('f48f0f816630dbfd382e271284d7ab7564c3f64dd59f1563c75b2cda875416e1');
-sha256sums_x86_64=('cdecea8aab25a62cba1348a8d6b511c96a5e6b8dbb2f7ddd263f8aa6efdf505d');
+sha256sums_i686=('cc1d0f6d6d7a2e64e68f23c6260eb2816f324892928686c6b0a4573941b2886b');
+sha256sums_x86_64=('ce73b91536bba621dbcea4576e606bf0cd5f4b0780d85530a460982c053ed5b7');
package() {
install -D -m755 "$srcdir/$pkgname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt";