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 e2453bf2dfdd..f787971ab9be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=qtum
-pkgver=0.16.2
+pkgver=0.17.1
pkgrel=1
pkgdesc="Qtum Desktop"
arch=('x86_64')
url="https://qtum.org"
license=('GPL-3.0')
depends=('glibc')
-source=("http://repo.qtum.org/apt/qtum_0.16.2_amd64.deb")
-sha256sums=('39c498bff8089c62b2cc0fdb5daeac2fc5ff007b0a5e30462cf8d77529d17367')
+source=("https://repo.qtum.org/apt/ubuntu/pool/main/q/qtum/qtum_0.17.1_amd64.deb")
+sha256sums=('d07e155756b8b11489484919d0f0edceee32af0e1da816cb9b4f6b4a54cb142f')
package() {
- bsdtar -O -xf qtum_0.16.2_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf qtum_0.17.1_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
}