summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslubman2015-10-04 01:49:05 +0200
committerslubman2015-10-04 01:49:05 +0200
commitf7871f0063935058c3f9716141c3f0fe52468894 (patch)
treee19e6692b618debd5097f3c7dde005d6686417d5
parentea4ba423ae487382ce019ada23f8425eb0f3bc63 (diff)
downloadaur-f7871f0063935058c3f9716141c3f0fe52468894.tar.gz
Correct checksum for service file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c6292d12f4..90a51a1590f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = dash
source = dashd@.service
sha256sums = ee36a4984656b2183659182bf107584cb7963841b47b536250da533f492c1ea8
sha256sums = 3060917f8e327002da842534265392a1849239ec5049f25c1ae8a81c3952e7b1
- sha256sums = 3e0afef47970cdf304a376b51dbbb44759ac7eeb232be1ea4b2b995817b5df88
+ sha256sums = 00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9
pkgname = dash-daemon
pkgdesc = Dash peer-to-peer network based digital currency (daemon)
diff --git a/PKGBUILD b/PKGBUILD
index f3cae9a66b5a..82b6ebe3c463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("https://github.com/dashpay/dash/archive/v$pkgver.tar.gz"
)
sha256sums=('ee36a4984656b2183659182bf107584cb7963841b47b536250da533f492c1ea8'
'3060917f8e327002da842534265392a1849239ec5049f25c1ae8a81c3952e7b1'
- '3e0afef47970cdf304a376b51dbbb44759ac7eeb232be1ea4b2b995817b5df88')
+ '00b656fe05c5b58115d41c20ca7dfba6564eaa5335e3ff5c43c3eb8d9479cab9')
depends=('boost-libs' 'openssl')
build() {