summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-08-12 07:22:04 -0400
committerJoey Dumont2021-08-12 07:22:04 -0400
commit3e30b7f5bb59ba726e96676b71dee29d161e3197 (patch)
tree4193a1f3ff41d5bacff77ae68ae3dceacc20f721
parent0984775354699e677f97b9323fe1f3bbbf64d1b4 (diff)
downloadaur-3e30b7f5bb59ba726e96676b71dee29d161e3197.tar.gz
upgpkg: duplicati-latest 2.0.6.100-6
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43d608ccdced..5c0eb252c7ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duplicati-latest
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
- pkgver = 2.0.5.114
+ pkgver = 2.0.6.100
pkgrel = 6
url = http://duplicati.com
install = duplicati.install
@@ -12,18 +12,17 @@ pkgbase = duplicati-latest
depends = gtk-sharp-2
depends = mono
optdepends = notify-sharp: for tray notifications
- source = https://github.com/duplicati/duplicati/releases/download/v2.0.5.114-2.0.5.114_canary_2021-03-10/duplicati-2.0.5.114_canary_2021-03-10.zip
+ source = https://github.com/duplicati/duplicati/releases/download/v2.0.6.100-2.0.6.100_canary_2021-08-11/duplicati-2.0.6.100_canary_2021-08-11.zip
source = duplicati-user.service
source = duplicati.service
source = duplicati.sysusers
source = duplicati.tmpfiles.conf
source = duplicati-cli
- sha256sums = 02e046acae6c13a4ffa9d9e0fa8283dd85c90172fd45e4244fb156c57fe205ed
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8
+ sha256sums = 2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403
+ sha256sums = 499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70
+ sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959
+ sha256sums = 326f06396c18ee5413be6f1ae91a0d85344975078d0029a973ca10a4051d4689
+ sha256sums = f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5
pkgname = duplicati-latest
-
diff --git a/PKGBUILD b/PKGBUILD
index 41d6841210cb..f5395d8e8ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# aarch64 tester: Irissman <irissman@probus.ca>
# armv7h tester: kauron
pkgname=duplicati-latest
-pkgver=2.0.5.114
+pkgver=2.0.6.100
pkgrel=6
-_date=2021-03-10
+_date=2021-08-11
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
url='http://duplicati.com'
@@ -21,12 +21,12 @@ source=(
duplicati.tmpfiles.conf
duplicati-cli
)
-sha256sums=('02e046acae6c13a4ffa9d9e0fa8283dd85c90172fd45e4244fb156c57fe205ed'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+sha256sums=('06e84a698e9723598bf821e1a3df2bb62423a362c7075dc521768389cdd6f1f8'
+ '2eb973cef79731d407bfbc83f754cef588c62ec83dae2112ac93f9c9f0baa403'
+ '499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70'
+ 'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
+ '326f06396c18ee5413be6f1ae91a0d85344975078d0029a973ca10a4051d4689'
+ 'f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5')
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
depends=('gtk-sharp-2' 'mono')
optdepends=('notify-sharp: for tray notifications')