summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-06-19 22:37:13 -0500
committerAaron J. Graves2019-06-19 22:37:13 -0500
commit8cb62c8e95f5cbace0935b95ce239ebd2b49ac4f (patch)
tree982a97a1bf5c957b865e913947773af53dae5022
parentc6184157af1b3b787a94bd27d977eeb346945679 (diff)
downloadaur-8cb62c8e95f5cbace0935b95ce239ebd2b49ac4f.tar.gz
Update to 0.17.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f53df7d8516..359fca33e88b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.17.15
+ pkgver = 0.17.19
pkgrel = 2
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.15.AppImage
+ noextract = Criptext-0.17.19.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.15.AppImage
- sha512sums = 08f62ace34b174fa3337cf1e6b35385ca77704cfa8533790079def4c09e1de4b1b8ce6b3d70b01f6c1a9be026e0a92ad00c56a8de70fd92688c28ad679f23e5c
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.19.AppImage
+ sha512sums = a21c4c55480f4318542d15b674f8fb0976238b2d3a23096e125e247068cc04a3ae03aa525c0373dbde112e632a2527f4d7705670745c6bd9cdf0c025d9337eb8
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a79f6c081ef..be6812cf6a40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.17.15
+pkgver=0.17.19
pkgrel=2
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=('08f62ace34b174fa3337cf1e6b35385ca77704cfa8533790079def4c09e1de4b1b8ce6b3d70b01f6c1a9be026e0a92ad00c56a8de70fd92688c28ad679f23e5c')
+sha512sums=('a21c4c55480f4318542d15b674f8fb0976238b2d3a23096e125e247068cc04a3ae03aa525c0373dbde112e632a2527f4d7705670745c6bd9cdf0c025d9337eb8')
install="${pkgname}.install"
package() {