summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2017-03-22 17:44:22 +0100
committerTomZ2017-03-22 17:44:22 +0100
commit90933929d85f658e6e9dffeb8d5dc80c16c634f6 (patch)
tree8c5b382faac6e3f92aeb5470484232aa67254327
parent96f9172be75bd01957c5d54f1a19e7d6b42148d1 (diff)
downloadaur-90933929d85f658e6e9dffeb8d5dc80c16c634f6.tar.gz
new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79aab66e4431..ac4dc84c317c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 15 11:10:40 UTC 2017
+# Wed Mar 22 16:44:10 UTC 2017
pkgbase = bitcoin-classic
pkgdesc = Bitcoin Classic with bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://bitcoinclassic.com/
install = bitcoin.install
@@ -29,10 +29,10 @@ pkgbase = bitcoin-classic
conflicts = bitcoin-qt
conflicts = bitcoin-tx
backup = etc/bitcoin/bitcoin.conf
- source = bitcoin-classic-1.2.2.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.2.2.tar.gz
+ source = bitcoin-classic-1.2.3.tar.gz::https://github.com/bitcoinclassic/bitcoinclassic/archive/v1.2.3.tar.gz
source = bitcoin.logrotate
source = bitcoin.conf
- sha256sums = f2fcebad563961083ed67307f0e04e98859e3db61aa1e0b157271012867176a6
+ sha256sums = 3eef89d633f503749267f0ff64135d7e8bc187b8fd78c3d849ec19a2b0c4d4ff
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53
diff --git a/PKGBUILD b/PKGBUILD
index d817a0124292..d2d22fa3d34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Zander
pkgname=bitcoin-classic
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc='Bitcoin Classic with bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt'
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=('f2fcebad563961083ed67307f0e04e98859e3db61aa1e0b157271012867176a6'
+sha256sums=('3eef89d633f503749267f0ff64135d7e8bc187b8fd78c3d849ec19a2b0c4d4ff'
"7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73"
"c8787560c6423605796c8d3e080cb522ed849cea12b5c23293c22e405a015a53")