summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f1b76a915a..87b995f256a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitcoin-abc-qt
pkgdesc = Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
- pkgver = 0.21.7
+ pkgver = 0.21.8
pkgrel = 0
url = https://bitcoinabc.org
install = bitcoin.install
@@ -32,13 +32,13 @@ pkgbase = bitcoin-abc-qt
conflicts = bitcoin-seeder
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.21.7.tar.gz
+ source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.21.8.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = d966158bdd862d37bd43a387fd435dd30e0e20708c7f9ece3ebb8d42887f2dbb
+ sha256sums = a5434afd57cfcc5474d2cd73fbd487cf5eb0b78b4a9678ce26ab9c88b1f3a6b0
sha256sums = b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = 9643eed2c20d78a9c7347df64099765773615f79d3b8a95693d871c933516880
diff --git a/PKGBUILD b/PKGBUILD
index 765f54b9a79f..83bf9690030e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.21.7
+pkgver=0.21.8
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v$pkgver.tar.gz
bitcoin.service
bitcoin-reindex.service
bitcoin.install)
-sha256sums=('d966158bdd862d37bd43a387fd435dd30e0e20708c7f9ece3ebb8d42887f2dbb'
+sha256sums=('a5434afd57cfcc5474d2cd73fbd487cf5eb0b78b4a9678ce26ab9c88b1f3a6b0'
'b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'9643eed2c20d78a9c7347df64099765773615f79d3b8a95693d871c933516880'