summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9611864faf5e..52a4fa998e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=qtum-core-bin
-pkgver=0.19.0.1
+pkgver=0.19.1
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.19.0.1_amd64.deb")
-sha256sums=('4de9c4bf1c511b1bcfe2513e34e089ac238c0de8680b335edbee8f3090183ae4')
+source=("https://repo.qtum.info/apt/ubuntu/pool/main/q/qtum/qtum_0.19.1_amd64.deb")
+sha256sums=('7cbcddc68d02af53a8a9ffd09a0e15ef62cfd0cedbd33fffca5b05146a49b097')
package() {
- bsdtar -O -xf qtum_0.19.0.1_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf qtum_0.19.1_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
}