summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-07-16 11:29:28 -0500
committerAaron J. Graves2019-07-16 11:29:28 -0500
commitb9b181ef866e44eaad9068898b400352b574b1fd (patch)
treef778b8a3af68d5d4bbb80997e7e3612b7aab2f38
parent2b2868cbd64767e1f4e29a5692af4813601b6832 (diff)
downloadaur-b9b181ef866e44eaad9068898b400352b574b1fd.tar.gz
Update to 0.19.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21959c3e318b..ca5973ade4fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.19.0
+ pkgver = 0.19.1
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.19.0.AppImage
+ noextract = Criptext-0.19.1.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.19.0.AppImage
- sha512sums = 88f90aba75b804272937a9865f84b3107aa9b4d2fc834da925511434e66eb4854618cb4e1d23d2f62349889a8b52ecf3b6a49c6053ec81fac5cb2f42fbb7b1f0
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.19.1.AppImage
+ sha512sums = 9c62072aed2d795fec48f717dc2305a3b69da1a5100930a3d28d52b41baf5e8ab0b98db2d8750a2c5383523e7e1867c2f62dc24042efc2d6047382612472ee5b
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b214ed2d204..3b420de7bd5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.19.0
+pkgver=0.19.1
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=('88f90aba75b804272937a9865f84b3107aa9b4d2fc834da925511434e66eb4854618cb4e1d23d2f62349889a8b52ecf3b6a49c6053ec81fac5cb2f42fbb7b1f0')
+sha512sums=('9c62072aed2d795fec48f717dc2305a3b69da1a5100930a3d28d52b41baf5e8ab0b98db2d8750a2c5383523e7e1867c2f62dc24042efc2d6047382612472ee5b')
install="${pkgname}.install"
package() {