summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2017-08-23 16:28:34 +0200
committerTomZ2017-08-23 16:28:34 +0200
commitc894ec8eb1700daf5161f5dfe1bff5d606a9cb9a (patch)
tree294d706def64d1f3f8183adaf5d53e917bd6b611
parent3d54b4b55a2a47ff86fd78d9b7e127d8c24a186d (diff)
downloadaur-c894ec8eb1700daf5161f5dfe1bff5d606a9cb9a.tar.gz
fix hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8346032a7a9..72c709ff1557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 09:09:25 UTC 2017
+# Wed Aug 23 14:28:28 UTC 2017
pkgbase = bitcoin-classic-daemon
pkgdesc = Bitcoin Classic with bitcoind, bitcoin-tx, and bitcoin-cli
pkgver = 1.3.5
@@ -25,7 +25,7 @@ pkgbase = bitcoin-classic-daemon
source = bitcoin-classic-daemon-1.3.5.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.3.5.tar.gz
source = bitcoin.logrotate
source = bitcoin.conf
- sha256sums = d87206e34bb98848f835e8e96f896b6c5c018b9a087874a87b58000bee3a7858
+ sha256sums = 64889f59371efb3ce2028fe49ed29797ea57acd77ff7d0cd8203979d9dd023a4
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53
diff --git a/PKGBUILD b/PKGBUILD
index c5f5f1672261..caf5e2e7681d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ backup=("etc/bitcoin/bitcoin.conf")
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/bitcoinclassic/bitcoinclassic/archive/v${pkgver}.tar.gz"
"bitcoin.logrotate"
"bitcoin.conf")
-sha256sums=('d87206e34bb98848f835e8e96f896b6c5c018b9a087874a87b58000bee3a7858'
+sha256sums=('64889f59371efb3ce2028fe49ed29797ea57acd77ff7d0cd8203979d9dd023a4'
"7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73"
"c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53")