summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO7
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2d936e3f296..c3ff60c5da84 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quickhash-gui-bin
pkgdesc = QuickHash is an open-source Linux GUI that enables hashing of files, text, entire folder trees of files, and physical disks
- pkgver = 3.0.2
+ pkgver = 3.1.0
pkgrel = 1
url = https://quickhash-gui.org/
arch = i686
@@ -9,9 +9,8 @@ pkgbase = quickhash-gui-bin
depends = gtk2
provides = quickhash-gui
conflicts = quickhash-gui
- conflicts = quickhash-gui-bin
- source = quickhash-gui-3.0.2.zip::https://quickhash-gui.org/download/quickhash-v3-0-2-debian-packages-for-linux/?wpdmdl=1658
- md5sums = 96fb68e77aaac9c91e5943a1463c52c8
+ source = quickhash-gui-3.1.0.zip::https://quickhash-gui.org/download/quickhash-v3-1-0-debian-packages-for-linux/?wpdmdl=1953
+ sha256sums = f47a85f3af58b5e053af8998a041353ebd87cbaf06a3fb42d83f7899e4ff1fd7
pkgname = quickhash-gui-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8f412461ad69..8f6d419c5b3d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quickhash-gui-bin
_pkgname=quickhash
-_pkgver=3-0-2
+_pkgver=3-1-0
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="QuickHash is an open-source Linux GUI that enables hashing of files, text, entire folder trees of files, and physical disks"
@@ -11,9 +11,9 @@ url="https://quickhash-gui.org/"
license=(GPL2)
depends=(gtk2)
provides=(quickhash-gui)
-conflicts=(quickhash-gui quickhash-gui-bin)
-source=("quickhash-gui-${pkgver}.zip::https://quickhash-gui.org/download/quickhash-v3-0-2-debian-packages-for-linux/?wpdmdl=1658")
-md5sums=('96fb68e77aaac9c91e5943a1463c52c8')
+conflicts=(quickhash-gui)
+source=("quickhash-gui-${pkgver}.zip::https://quickhash-gui.org/download/quickhash-v${_pkgver}-debian-packages-for-linux/?wpdmdl=1953")
+sha256sums=('f47a85f3af58b5e053af8998a041353ebd87cbaf06a3fb42d83f7899e4ff1fd7')
package() {
if [[ "${CARCH}" = 'i686' ]]; then