summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-06-28 14:12:07 -0500
committerAaron J. Graves2019-06-28 14:12:07 -0500
commit6893e5147c18ffac373d4d717c74f0416505d9bc (patch)
treedd267ddce8aa4ce47e5f308a897b9f239d00702a
parent8809652005a2fd7174ba24682d701cebe182327a (diff)
downloadaur-6893e5147c18ffac373d4d717c74f0416505d9bc.tar.gz
Update to 0.17.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e00f28cffa5a..b15f7ea1cfad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.17.22
+ pkgver = 0.17.23
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.22.AppImage
+ noextract = Criptext-0.17.23.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.22.AppImage
- sha512sums = 0876490e58016f0f143905a035c5715bf839bf9ee2e80109b8ef2a4723914d95d1df516ef11775472ab1fdc2617d340550ce6cbf7a904c9b58daa33776b22071
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.17.23.AppImage
+ sha512sums = bb7803b890dce6956e6b6750a9b303d23f75fd0b2778d1928f9cf876a91750233918c97a7045787e8c1ad6a242813779fe0b00db0201f35ff6bc51829ff5b70c
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index d13466f825b4..f55bd28ad652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.17.22
+pkgver=0.17.23
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=('0876490e58016f0f143905a035c5715bf839bf9ee2e80109b8ef2a4723914d95d1df516ef11775472ab1fdc2617d340550ce6cbf7a904c9b58daa33776b22071')
+sha512sums=('bb7803b890dce6956e6b6750a9b303d23f75fd0b2778d1928f9cf876a91750233918c97a7045787e8c1ad6a242813779fe0b00db0201f35ff6bc51829ff5b70c')
install="${pkgname}.install"
package() {