summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2019-08-23 07:55:30 -0500
committerAaron J. Graves2019-08-23 07:55:30 -0500
commit5aba5239a79594a13876c5810b485fecf5259be7 (patch)
treee62edb5741ab6c9166cdd35ce80845f2007c78a3
parenta7721d3436032d4eaaddff9bf81b0c5c51139cdc (diff)
downloadaur-5aba5239a79594a13876c5810b485fecf5259be7.tar.gz
Update to 0.23.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd5ffea2a79..1f3227f0ce2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
- pkgver = 0.23.2
+ pkgver = 0.23.3
pkgrel = 1
url = https://criptext.com/
arch = x86_64
license = GPL2
provides = criptext-bin
conflicts = criptext-bin
- noextract = Criptext-0.23.2.AppImage
+ noextract = Criptext-0.23.3.AppImage
options = !strip
- source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.23.2.AppImage
- sha512sums = a07a51d317138a2911ed69d0a72bb4e008528a2321820b5d2173f7a829c60bf6c8472ae3948a34d4aa71cc87abd6b56cbd9dcf8d69900992bc3be9d8ad3cce7f
+ source = https://cdn.criptext.com/Criptext-Email-Desktop/linux/Criptext-0.23.3.AppImage
+ sha512sums = 148e89d8031c1c57dc244779d6e5616a30b800b818328c517ec513bd0bd034dad29411a053da4c5814edb4b6a16927d94c5552b21edb53f737878b1d6f6f2970
pkgname = criptext-bin
diff --git a/PKGBUILD b/PKGBUILD
index e1e5ba9086d6..b650dc2385a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
-pkgver=0.23.2
+pkgver=0.23.3
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=('a07a51d317138a2911ed69d0a72bb4e008528a2321820b5d2173f7a829c60bf6c8472ae3948a34d4aa71cc87abd6b56cbd9dcf8d69900992bc3be9d8ad3cce7f')
+sha512sums=('148e89d8031c1c57dc244779d6e5616a30b800b818328c517ec513bd0bd034dad29411a053da4c5814edb4b6a16927d94c5552b21edb53f737878b1d6f6f2970')
package() {
install -Dpm755 "${_srcimage}" "${pkgdir}/opt/${pkgname}/${_destimage}"