summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReily Siegel2019-07-02 23:28:26 -0400
committerReily Siegel2019-07-02 23:28:26 -0400
commit75e472e61362b59642a5e8fbc401e7758604d10d (patch)
tree65a2ec0673ec2cdbfaea59c9f04c80e14fb434af
parent3d4cb4b68460a110da18285cac1102d84483cd00 (diff)
downloadaur-75e472e61362b59642a5e8fbc401e7758604d10d.tar.gz
Upgrade to version 0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e6aab3fa8ed..98a4687c6321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whirlpool-gui-bin
pkgdesc = Desktop GUI for Whirlpool by Samourai-Wallet.
- pkgver = 0.6.4
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/Samourai-Wallet/whirlpool-gui/
arch = x86_64
license = custom:Unlicense
@@ -10,9 +10,9 @@ pkgbase = whirlpool-gui-bin
depends = hicolor-icon-theme
depends = java-runtime
depends = nss
- source = https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/0.6.4/whirlpool-gui_0.6.4_amd64.deb
+ source = https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/0.7.0/whirlpool-gui_0.7.0_amd64.deb
source = LICENSE
- sha512sums = acb3003613dfd5478026d15a24745b41308f3fe1911ea07021ef232c2fc774858f7b336909deb71732dee16972745929a448368be8f2da7952f3dbd01266b82b
+ sha512sums = 9af8cdbad7b49563b95a54a3ccdbadef1ff27fbf6a48a16639f5bc5381d8db7dee1d52937f7f9c015aca56b5e619432fc22e94cd11812980a11e5c18ea17f399
sha512sums = 6db610810f1b22a21ef217b4b6ace78dd5a4f427be3e6934a5770b64d019c0699459ea433b7117e955aac3feea02bd703fba2892a7961e27b2c0de859f68d7d7
pkgname = whirlpool-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index dff5b484f674..64200fcf12f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Reily Siegel <mail@reilysiegel.com>
pkgname=whirlpool-gui-bin
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Desktop GUI for Whirlpool by Samourai-Wallet."
arch=('x86_64')
url="https://github.com/Samourai-Wallet/whirlpool-gui/"
license=('custom:Unlicense')
depends=('dbus' 'glib2' 'hicolor-icon-theme' 'java-runtime' 'nss')
-source=("https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/0.6.4/whirlpool-gui_${pkgver}_amd64.deb"
+source=("https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/${pkgver}/whirlpool-gui_${pkgver}_amd64.deb"
LICENSE)
-sha512sums=('acb3003613dfd5478026d15a24745b41308f3fe1911ea07021ef232c2fc774858f7b336909deb71732dee16972745929a448368be8f2da7952f3dbd01266b82b'
+sha512sums=('9af8cdbad7b49563b95a54a3ccdbadef1ff27fbf6a48a16639f5bc5381d8db7dee1d52937f7f9c015aca56b5e619432fc22e94cd11812980a11e5c18ea17f399'
'6db610810f1b22a21ef217b4b6ace78dd5a4f427be3e6934a5770b64d019c0699459ea433b7117e955aac3feea02bd703fba2892a7961e27b2c0de859f68d7d7')
package(){