summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2017-03-15 12:14:25 +0100
committerTomZ2017-03-15 12:14:25 +0100
commitfe09fa9842e6ad5e0f946963706ebf4391bdfe7e (patch)
tree08916802be86b0ca8517b53ff9063474c22b73b6
parent5eaaf287f2ade002eca05a6b91c06ded99a82027 (diff)
downloadaur-fe09fa9842e6ad5e0f946963706ebf4391bdfe7e.tar.gz
update to 1.2.2 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c5243de657b..f80eedd03b6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 21 14:40:46 UTC 2017
+# Wed Mar 15 11:14:16 UTC 2017
pkgbase = bitcoin-classic-daemon
pkgdesc = Bitcoin Classic with bitcoind, bitcoin-tx, and bitcoin-cli
- pkgver = 1.2.1
+ pkgver = 1.2.2
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.2.1.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.2.1.tar.gz
+ source = bitcoin-classic-daemon-1.2.2.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.2.2.tar.gz
source = bitcoin.logrotate
source = bitcoin.conf
- sha256sums = 7b57dcd9cc6cda6ede39de2c837335752c0feeae4f6793e4ec75fb6efdc8ecbe
+ sha256sums = f2fcebad563961083ed67307f0e04e98859e3db61aa1e0b157271012867176a6
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53
diff --git a/PKGBUILD b/PKGBUILD
index fc3c9fbb3042..a2d017f736d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander
pkgname=bitcoin-classic-daemon
-pkgver=1.2.1
+pkgver=1.2.2
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=('7b57dcd9cc6cda6ede39de2c837335752c0feeae4f6793e4ec75fb6efdc8ecbe'
+sha256sums=('f2fcebad563961083ed67307f0e04e98859e3db61aa1e0b157271012867176a6'
"7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73"
"c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53")