summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-06-27 15:43:46 -0500
committerAaron J. Graves2019-06-27 15:43:46 -0500
commit8809652005a2fd7174ba24682d701cebe182327a (patch)
treee3c56621cb47f6aca5f3047b143ac3b6aa91deac
parentfc6737e8765dad940360089db29449b3bbc688cf (diff)
downloadaur-8809652005a2fd7174ba24682d701cebe182327a.tar.gz
Update to 0.17.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ae8ee7d486..e00f28cffa5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.17.21
+ pkgver = 0.17.22
pkgrel = 1
url = https://criptext.com/
install = criptext-bin.install
@@ -8,10 +8,10 @@ pkgbase = criptext-bin
license = GPL2
provides = criptext-bin
conflicts = criptext-bin
- noextract = Criptext-0.17.21.AppImage
+ noextract = Criptext-0.17.22.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.21.AppImage
- sha512sums = 264c9a2f258c45ba5346d05209106353b199facbdcd4dfe7ce0594dfa07cfa032b58ce6f2bd77dd8dee8eb993bd90cdda52db0dfd0874fa68271fd8d6039f528
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.22.AppImage
+ sha512sums = 0876490e58016f0f143905a035c5715bf839bf9ee2e80109b8ef2a4723914d95d1df516ef11775472ab1fdc2617d340550ce6cbf7a904c9b58daa33776b22071
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5103717e704..d13466f825b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.17.21
+pkgver=0.17.22
pkgrel=1
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
@@ -13,7 +13,7 @@ _destimage="Criptext-latest.AppImage"
_srcimage="Criptext-${pkgver}.AppImage"
source=("https://cdn.criptext.com/Criptext-Email-Desktop/linux/${_srcimage}")
noextract=("${_srcimage}")
-sha512sums=('264c9a2f258c45ba5346d05209106353b199facbdcd4dfe7ce0594dfa07cfa032b58ce6f2bd77dd8dee8eb993bd90cdda52db0dfd0874fa68271fd8d6039f528')
+sha512sums=('0876490e58016f0f143905a035c5715bf839bf9ee2e80109b8ef2a4723914d95d1df516ef11775472ab1fdc2617d340550ce6cbf7a904c9b58daa33776b22071')
install="${pkgname}.install"
package() {