summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-09-20 11:46:39 -0400
committerJoey Dumont2017-09-20 11:46:39 -0400
commitdd4eb02db8dd401a8e9cf428e2e2c0c00b58c602 (patch)
treee261f10a0f0efb755e21342e967caf6196050dbb
parente7e6e769919d759de25eb178f8c5e8aa3a55fc91 (diff)
downloadaur-dd4eb02db8dd401a8e9cf428e2e2c0c00b58c602.tar.gz
Updated to v2.0.2.8.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6625d9a789f..c8f9bf479e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 19 19:48:48 UTC 2017
+# Wed Sep 20 15:44:28 UTC 2017
pkgbase = duplicati-latest
- pkgver = 2.0.2.7
+ pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
+ pkgver = 2.0.2.8
pkgrel = 1
url = http://duplicati.com
install = duplicati.install
@@ -10,10 +11,10 @@ pkgbase = duplicati-latest
license = LGPL
depends = gtk-sharp-2
depends = mono
- source = https://github.com/duplicati/duplicati/releases/download/v2.0.2.7-2.0.2.7_canary_2017-09-19/duplicati-2.0.2.7_canary_2017-09-19.zip
+ source = https://github.com/duplicati/duplicati/releases/download/v2.0.2.8-2.0.2.8_canary_2017-09-20/duplicati-2.0.2.8_canary_2017-09-20.zip
source = duplicati-user.service
source = duplicati.service
- sha256sums = 986b10f33a3b767ebaf3c1235336309e1df3b7f2a19721415618b2dfa0c28c7c
+ sha256sums = 1740c8327e8d67a82a0d5b66ff2e6912fa95bf420790e105b20d6afc4028ae8c
sha256sums = ec25b25d0e331ddfb90940555068aa941c3d5dfaf858cffb6c75e810175c9d27
sha256sums = bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438
diff --git a/PKGBUILD b/PKGBUILD
index 4b5f4328004a..7af25ea9ef59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.2.7
+pkgver=2.0.2.8
pkgrel=1
-_date=2017-09-19
+_date=2017-09-20
_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'
@@ -14,7 +14,7 @@ install=duplicati.install
source=(https://github.com/duplicati/duplicati/releases/download/v${pkgver}-${pkgver}_${_branch}_${_date}/duplicati-${pkgver}_${_branch}_${_date}.zip
duplicati-user.service
duplicati.service)
-sha256sums=('986b10f33a3b767ebaf3c1235336309e1df3b7f2a19721415618b2dfa0c28c7c'
+sha256sums=('1740c8327e8d67a82a0d5b66ff2e6912fa95bf420790e105b20d6afc4028ae8c'
'ec25b25d0e331ddfb90940555068aa941c3d5dfaf858cffb6c75e810175c9d27'
'bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438')
arch=('i686' 'x86_64')