summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Palencia2021-03-19 19:52:48 -0500
committerMiguel Palencia2021-03-19 19:52:48 -0500
commit6869fdef9c902eb8757312ba65b1edee08afb834 (patch)
treec8a2ac96c13dbb6d9e5e545c9d686ffb7cbd2bf8
parentd4745d9fb4b88c15db036f35e77d3405b9136ac0 (diff)
downloadaur-6869fdef9c902eb8757312ba65b1edee08afb834.tar.gz
update to 0.20.2 hardfork release for 32s blocks
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442705421720..daeac8d6c46e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qtum-core-bin
pkgdesc = Qtum Desktop Binary release
- pkgver = 0.20.1
- pkgrel = 3
+ pkgver = 0.20.2
+ pkgrel = 1
url = https://qtum.org
arch = x86_64
license = GPL-3.0
depends = glibc
- source = https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.20.1-2_amd64.deb
- sha256sums = d52482aa2f115b00968e56195cc78ed4ba689816444e221f98ff0a5bd8037866
+ source = https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.20.2_amd64.deb
+ sha256sums = 4511d01adc58f804cb964866c208245601e3abd4a05f3a3205b39db92316d79b
pkgname = qtum-core-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6bd10d3ad919..f1a9e4040bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=qtum-core-bin
-pkgver=0.20.1
-pkgrel=3
+pkgver=0.20.2
+pkgrel=1
pkgdesc="Qtum Desktop Binary release"
arch=('x86_64')
url="https://qtum.org"
license=('GPL-3.0')
depends=('glibc')
-source=("https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.20.1-2_amd64.deb")
-sha256sums=('d52482aa2f115b00968e56195cc78ed4ba689816444e221f98ff0a5bd8037866')
+source=("https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.20.2_amd64.deb")
+sha256sums=('4511d01adc58f804cb964866c208245601e3abd4a05f3a3205b39db92316d79b')
package() {
- bsdtar -O -xf qtum_0.20.1-2_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf qtum_0.20.2_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
}