summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien2020-11-17 19:12:48 +0000
committerFabien2020-11-17 19:12:48 +0000
commitfbd8b2ecdeadb51bb30b5aa5616df16815e24b16 (patch)
treef33035f2d59e1294021054663869f43bf34c1c7b
parent86fc6b181de1469e38778c6bca31acdb724eab6e (diff)
downloadaur-fbd8b2ecdeadb51bb30b5aa5616df16815e24b16.tar.gz
test: add unit test for non-standard bare multisig txs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a249478f02..f27c70e04fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitcoin-abc-bchn
pkgdesc = Bitcoin ABC (BCHN network) with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli
- pkgver = 0.22.6
+ pkgver = 0.22.7
pkgrel = 0
url = https://bitcoinabc.org
install = bitcoin.install
@@ -28,13 +28,13 @@ pkgbase = bitcoin-abc-bchn
conflicts = bitcoin-seeder
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.22.6.tar.gz
+ source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.22.7.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = 4ccb931c2f26046a69647b773037982dc6c8db056c8c89e6da0957b5e4dcd012
+ sha256sums = 9105e7ed160165c38f0000ec20935d64b9c9a08d6270fbb02de60ab282e73825
sha256sums = c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104
diff --git a/PKGBUILD b/PKGBUILD
index 1e8e32abe7a3..20a170e57f3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-bchn
-pkgver=0.22.6
+pkgver=0.22.7
pkgrel=0
pkgdesc="Bitcoin ABC (BCHN network) with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
@@ -79,7 +79,7 @@ package() {
ninja install/strip
msg2 'Installing man pages...'
- #ninja install-manpages
+ ninja install-manpages
popd
msg2 'Installing bitcoin.conf...'
@@ -99,7 +99,7 @@ package() {
"$pkgdir/usr/share/bash-completion/completions/$_compl"
done
}
-sha256sums=('4ccb931c2f26046a69647b773037982dc6c8db056c8c89e6da0957b5e4dcd012'
+sha256sums=('9105e7ed160165c38f0000ec20935d64b9c9a08d6270fbb02de60ab282e73825'
'c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104'