summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Spaite (Domspaite)2022-05-23 19:45:43 +0200
committerAlain Spaite (Domspaite)2022-05-23 19:45:43 +0200
commit3e3e84760c1d49bdd88c6e34725b59e808b6697f (patch)
tree5f172490a0b97e62f90c9c8ae3c04a84c020171a
parent88032beb34b5d87d20d621a387a265c55fb8f1c2 (diff)
downloadaur-3e3e84760c1d49bdd88c6e34725b59e808b6697f.tar.gz
V6.1.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5f5aea07214..8d6e623189f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zulucrypt
pkgdesc = A cli and gui frontend to cryptsetup
- pkgver = 6.0.0
+ pkgver = 6.1.0
pkgrel = 1
- url = http://mhogomchungu.github.io/zuluCrypt
+ url = https://mhogomchungu.github.io/zuluCrypt
arch = x86_64
arch = i686
license = GPL
@@ -14,9 +14,8 @@ pkgbase = zulucrypt
depends = libxkbcommon-x11
optdepends = kwalletmanager: retrieve volume keys from kde kwallet
conflicts = zulucrypt-git
- source = https://github.com/mhogomchungu/zuluCrypt/releases/download/6.0.0/zuluCrypt-6.0.0.tar.xz
- md5sums = c93da2702281fc5127f12e0dd88170ef
- sha256sums = d149e220e0859f6cd88f45ce3c8de6dc3a632705f9092b86c9aaac490cc442a8
+ source = https://github.com/mhogomchungu/zuluCrypt/releases/download/6.1.0/zuluCrypt-6.1.0.tar.xz
+ md5sums = 2ac473b6b902e6bf2166065e7cb1a997
+ sha256sums = 9c832308c7b84007efda363a6755c9c42fdc98f283cd15b9d6d82eb5cd78fe88
pkgname = zulucrypt
-
diff --git a/PKGBUILD b/PKGBUILD
index c3983ef35229..249a7323e8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Created: 2013-03-17
pkgname=zulucrypt
-pkgver=6.0.0
+pkgver=6.1.0
pkgrel=1
_altpkgname=zuluCrypt
pkgdesc="A cli and gui frontend to cryptsetup"
-url="http://mhogomchungu.github.io/${_altpkgname}"
+url="https://mhogomchungu.github.io/${_altpkgname}"
arch=('x86_64' 'i686')
license=('GPL')
depends=('cryptsetup' 'qt5-base' 'libpwquality' 'libsecret' 'libxkbcommon-x11' )
@@ -14,8 +14,8 @@ optdepends=('kwalletmanager: retrieve volume keys from kde kwallet')
conflicts=('zulucrypt-git')
makedepends=('cmake')
source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.xz")
-md5sums=('c93da2702281fc5127f12e0dd88170ef')
-sha256sums=('d149e220e0859f6cd88f45ce3c8de6dc3a632705f9092b86c9aaac490cc442a8')
+md5sums=('2ac473b6b902e6bf2166065e7cb1a997')
+sha256sums=('9c832308c7b84007efda363a6755c9c42fdc98f283cd15b9d6d82eb5cd78fe88')
build() {
cd "${srcdir}/${_altpkgname}-${pkgver}"