summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2017-08-31 12:09:09 +0200
committerTomZ2017-08-31 12:09:09 +0200
commitd75b5d180956eb97b87769b5a0d8e1442fc7dcf0 (patch)
treec44152f19502eb84068f08b09249f2a4712adcbd
parentc894ec8eb1700daf5161f5dfe1bff5d606a9cb9a (diff)
downloadaur-d75b5d180956eb97b87769b5a0d8e1442fc7dcf0.tar.gz
Update to 136 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72c709ff1557..5d40c84641df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 14:28:28 UTC 2017
+# Thu Aug 31 10:08:58 UTC 2017
pkgbase = bitcoin-classic-daemon
pkgdesc = Bitcoin Classic with bitcoind, bitcoin-tx, and bitcoin-cli
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://bitcoinclassic.com/
install = bitcoin.install
@@ -22,10 +22,10 @@ pkgbase = bitcoin-classic-daemon
conflicts = bitcoin-cli
conflicts = bitcoin-tx
backup = etc/bitcoin/bitcoin.conf
- source = bitcoin-classic-daemon-1.3.5.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.3.5.tar.gz
+ source = bitcoin-classic-daemon-1.3.6.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.3.6.tar.gz
source = bitcoin.logrotate
source = bitcoin.conf
- sha256sums = 64889f59371efb3ce2028fe49ed29797ea57acd77ff7d0cd8203979d9dd023a4
+ sha256sums = b5ad0706ce62fd75fd16c0c1c019b1e2e644143b92f1a80542f0c84da0d33cf6
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53
diff --git a/PKGBUILD b/PKGBUILD
index caf5e2e7681d..937badc9908b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander
pkgname=bitcoin-classic-daemon
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc='Bitcoin Classic with bitcoind, bitcoin-tx, and bitcoin-cli'
arch=('i686' 'x86_64')
@@ -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=('64889f59371efb3ce2028fe49ed29797ea57acd77ff7d0cd8203979d9dd023a4'
+sha256sums=('b5ad0706ce62fd75fd16c0c1c019b1e2e644143b92f1a80542f0c84da0d33cf6'
"7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73"
"c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53")