summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien2021-03-22 20:48:35 +0000
committerFabien2021-03-22 20:48:35 +0000
commit797157b32b8d0c007493e0464f96ee536d67aff3 (patch)
tree700f3d32820cc9ab31cab983bd4e24517427b111
parentc1a1504f441de7f8dc2900629848317e18b3d40c (diff)
downloadaur-797157b32b8d0c007493e0464f96ee536d67aff3.tar.gz
Update to version 0.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b470901a048..8dac22a339f9 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.22.15
+ pkgver = 0.23.0
pkgrel = 0
url = https://bitcoinabc.org
install = bitcoin.install
@@ -38,13 +38,13 @@ pkgbase = bitcoin-abc-qt
conflicts = bitcoin-wallet
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.22.15.tar.gz
+ source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.23.0.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = 8ac725cf17aa92aff8e88522384838fda89171ce696e116cf805bf57ce2f2e18
+ sha256sums = dbda503854814823f13114359fa45992ab5e0fa478131771b8098dc3454bab50
sha256sums = c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104
diff --git a/PKGBUILD b/PKGBUILD
index d89567d8988c..9bb60f735917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.22.15
+pkgver=0.23.0
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
@@ -101,7 +101,7 @@ package() {
"$pkgdir/usr/share/bash-completion/completions/$_compl"
done
}
-sha256sums=('8ac725cf17aa92aff8e88522384838fda89171ce696e116cf805bf57ce2f2e18'
+sha256sums=('dbda503854814823f13114359fa45992ab5e0fa478131771b8098dc3454bab50'
'c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104'