summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-07-09 20:37:55 -0500
committerAaron J. Graves2019-07-09 20:37:55 -0500
commit2b2868cbd64767e1f4e29a5692af4813601b6832 (patch)
tree7b2a803c5a6719e4d69830b85b197484cc2a6050
parentcb049515221f08e3c44007d65712cd2fdf66df28 (diff)
downloadaur-2b2868cbd64767e1f4e29a5692af4813601b6832.tar.gz
Update to 0.19.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65016bcd43df..21959c3e318b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.18.0
- pkgrel = 2
+ pkgver = 0.19.0
+ pkgrel = 1
url = https://criptext.com/
install = criptext-bin.install
arch = x86_64
license = GPL2
provides = criptext-bin
conflicts = criptext-bin
- noextract = Criptext-0.18.0.AppImage
+ noextract = Criptext-0.19.0.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.18.0.AppImage
- sha512sums = 9a1e5cfaa52c62fee177c1aded9defd77a6926a24f40100f52d1c1d4f6402bb9864ef8b402416847a5889b652c52bfdaeebc817f236a495e39b08b95f0805177
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.19.0.AppImage
+ sha512sums = 88f90aba75b804272937a9865f84b3107aa9b4d2fc834da925511434e66eb4854618cb4e1d23d2f62349889a8b52ecf3b6a49c6053ec81fac5cb2f42fbb7b1f0
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b3dc3e7e0bc..1b214ed2d204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
url='https://criptext.com/'
@@ -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=('9a1e5cfaa52c62fee177c1aded9defd77a6926a24f40100f52d1c1d4f6402bb9864ef8b402416847a5889b652c52bfdaeebc817f236a495e39b08b95f0805177')
+sha512sums=('88f90aba75b804272937a9865f84b3107aa9b4d2fc834da925511434e66eb4854618cb4e1d23d2f62349889a8b52ecf3b6a49c6053ec81fac5cb2f42fbb7b1f0')
install="${pkgname}.install"
package() {