Skip to content

Instantly share code, notes, and snippets.

@Algebro7
Created October 19, 2017 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Algebro7/00ddebacfc365ea6ab9e8121a0336040 to your computer and use it in GitHub Desktop.
Save Algebro7/00ddebacfc365ea6ab9e8121a0336040 to your computer and use it in GitHub Desktop.
Update Duplicati to latest version
diff --git a/.SRCINFO b/.SRCINFO
index c8f9bf4..325c451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 20 15:44:28 UTC 2017
+# Thu Oct 19 15:34:51 UTC 2017
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.2.8
+ pkgver = 2.0.2.10
pkgrel = 1
url = http://duplicati.com
install = duplicati.install
@@ -11,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.8-2.0.2.8_canary_2017-09-20/duplicati-2.0.2.8_canary_2017-09-20.zip
+ source = https://github.com/duplicati/duplicati/releases/download/v2.0.2.10-2.0.2.10_canary_2017-10-11/duplicati-2.0.2.10_canary_2017-10-11.zip
source = duplicati-user.service
source = duplicati.service
- sha256sums = 1740c8327e8d67a82a0d5b66ff2e6912fa95bf420790e105b20d6afc4028ae8c
+ sha256sums = abb916b9f57c5effa3153d81462455a56d514e77c5d46ed4d1ab435234160ae1
sha256sums = ec25b25d0e331ddfb90940555068aa941c3d5dfaf858cffb6c75e810175c9d27
sha256sums = bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438
diff --git a/PKGBUILD b/PKGBUILD
index 7af25ea..bbe103c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Danny Su <contact@dannysu.com>
pkgname=duplicati-latest
-pkgver=2.0.2.8
+pkgver=2.0.2.10
pkgrel=1
-_date=2017-09-20
+_date=2017-10-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'
@@ -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=('1740c8327e8d67a82a0d5b66ff2e6912fa95bf420790e105b20d6afc4028ae8c'
+sha256sums=('abb916b9f57c5effa3153d81462455a56d514e77c5d46ed4d1ab435234160ae1'
'ec25b25d0e331ddfb90940555068aa941c3d5dfaf858cffb6c75e810175c9d27'
'bca921cfddd95c951aceb796572eb51ce6df437c6f05660333c47be726573438')
arch=('i686' 'x86_64')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment