summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-03-14 19:54:30 -0500
committerGreenRaccoon232016-03-14 19:54:30 -0500
commit8a63b2951efd5af7b5e665732f5049b352cc66ea (patch)
tree6bbfbe803dc511d6f47244fe706baf4add6ff079
parent93ed32f6e69018beae06ceaaae22278158dea1f5 (diff)
downloadaur-8a63b2951efd5af7b5e665732f5049b352cc66ea.tar.gz
Fixed md5 checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53e953094093..7861c186f22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 00:48:29 UTC 2016
+# Tue Mar 15 00:54:30 UTC 2016
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.0.56
@@ -34,9 +34,9 @@ pkgbase = dashcore
md5sums = 700c3a8588e7f65cdea7d433c6345ce1
md5sums = a959a99a436ddca2af3ddc0b428faec2
source_i686 = https://www.dashpay.io/binaries/dash-0.12.0.56-linux32.tar.gz
- md5sums_i686 = 310bd1ed179911299f65035bbede4844
+ md5sums_i686 = 789fa100c47ab7ae1e4358a79eaef82b
source_x86_64 = https://www.dashpay.io/binaries/dash-0.12.0.56-linux64.tar.gz
- md5sums_x86_64 = 7645dbd0d41be87105c7f8dcf06ad105
+ md5sums_x86_64 = 910b5eeea1af779135d65db4bfaa45f6
pkgname = dashcore
diff --git a/PKGBUILD b/PKGBUILD
index 190b55516a1e..288ef6b0e141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,8 +25,8 @@ source_x86_64=("https://www.dashpay.io/binaries/dash-$pkgver-linux64.tar.gz")
md5sums=('0d4112bc393f50dc2d0f7d615aa81f39'
'700c3a8588e7f65cdea7d433c6345ce1'
'a959a99a436ddca2af3ddc0b428faec2')
-md5sums_i686=('310bd1ed179911299f65035bbede4844')
-md5sums_x86_64=('7645dbd0d41be87105c7f8dcf06ad105')
+md5sums_i686=('789fa100c47ab7ae1e4358a79eaef82b')
+md5sums_x86_64=('910b5eeea1af779135d65db4bfaa45f6')
package() {
install -D -m755 "$srcdir/$_gitname-${pkgver%.*}/bin/dash-qt" "$pkgdir/usr/bin/dash-qt"