summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Raufelder2023-03-01 17:16:07 +0100
committerJulian Raufelder2023-03-01 17:16:07 +0100
commit93b814e64022253bea9c1e43084ac9fdc2ce1aa1 (patch)
treef6e15af1cd78246ed45ff96b5708f034d8eeda30
parent7adadf1a63fa10a96722210ea191ced08b297051 (diff)
downloadaur-93b814e64022253bea9c1e43084ac9fdc2ce1aa1.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2a5586e6b84..30bf79b30969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = cryptomator-bin
pkgdesc = Multiplatform transparent client-side encryption of your files in the cloud.
- pkgver = 1.6.17
+ pkgver = 1.7.0
pkgrel = 1
url = https://cryptomator.org/
arch = x86_64
license = GPL3
- depends = fuse2
+ depends = fuse3
depends = ttf-dejavu
optdepends = keepassxc-cryptomator: Use KeePassXC to store vault passwords
optdepends = ttf-hanazono: Install this font when using Japanese system language
@@ -13,14 +13,14 @@ pkgbase = cryptomator-bin
conflicts = cryptomator
replaces = cryptomator
options = !strip
- source = cryptomator-1.6.17-1-x86_64.AppImage::https://github.com/cryptomator/cryptomator/releases/download/1.6.17/cryptomator-1.6.17-x86_64.AppImage
- source = cryptomator-1.6.17-1-x86_64.AppImage.asc::https://github.com/cryptomator/cryptomator/releases/download/1.6.17/cryptomator-1.6.17-x86_64.AppImage.asc
+ source = cryptomator-1.7.0-1-x86_64.AppImage::https://github.com/cryptomator/cryptomator/releases/download/1.7.0/cryptomator-1.7.0-x86_64.AppImage
+ source = cryptomator-1.7.0-1-x86_64.AppImage.asc::https://github.com/cryptomator/cryptomator/releases/download/1.7.0/cryptomator-1.7.0-x86_64.AppImage.asc
source = org.cryptomator.Cryptomator.desktop
source = org.cryptomator.Cryptomator.png
source = org.cryptomator.Cryptomator.svg
source = cryptomator-vault.xml
validpgpkeys = 58117AFA1F85B3EEC154677D615D449FE6E6A235
- sha256sums = 18eedc6fb1894fe3b7061cdbf7597a49f4a7fdb300cee8b0aaeec24e99eb5a42
+ sha256sums = 2e99f38d6937440e459e2c823b2b2d6e00605398cd16ea17f5e2ddedaf529c6a
sha256sums = SKIP
sha256sums = 53c509fe54ef1c5c28b469d86291536649367fb2030b2c0fb3101da2031f8e6e
sha256sums = d299636d78d093117fa7a26563f22e01cdb75b1fcc6cc279bc88627574c968bd
diff --git a/PKGBUILD b/PKGBUILD
index 8020bf60a7fb..9361a35cbb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Julian Raufelder <arch@raufelder.com>
pkgname=cryptomator-bin
-pkgver=1.6.17
+pkgver=1.7.0
pkgrel=1
pkgdesc="Multiplatform transparent client-side encryption of your files in the cloud."
arch=('x86_64')
url="https://cryptomator.org/"
license=('GPL3')
-depends=('fuse2' 'ttf-dejavu')
+depends=('fuse3' 'ttf-dejavu')
provides=('cryptomator')
conflicts=('cryptomator')
replaces=('cryptomator')
@@ -21,7 +21,7 @@ source=("cryptomator-${pkgver}-${pkgrel}-x86_64.AppImage::https://github.com/cry
'org.cryptomator.Cryptomator.png'
'org.cryptomator.Cryptomator.svg'
'cryptomator-vault.xml')
-sha256sums=('18eedc6fb1894fe3b7061cdbf7597a49f4a7fdb300cee8b0aaeec24e99eb5a42'
+sha256sums=('2e99f38d6937440e459e2c823b2b2d6e00605398cd16ea17f5e2ddedaf529c6a'
'SKIP'
'53c509fe54ef1c5c28b469d86291536649367fb2030b2c0fb3101da2031f8e6e'
'd299636d78d093117fa7a26563f22e01cdb75b1fcc6cc279bc88627574c968bd'