summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f1b4876b6de..fdce8241070c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qtum-core-bin
pkgdesc = Qtum Desktop Binary release
- pkgver = 0.19.0.1
+ pkgver = 0.19.1
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.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
pkgname = qtum-core-bin
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 {} +
}