From b11fe60b632467e451b2a2c39339c49848aca6c4 Mon Sep 17 00:00:00 2001 From: Joey Dumont Date: Wed, 12 Feb 2025 18:02:18 -0500 Subject: [PATCH] upgpkg: duplicati-canary-bin 2.1.0.109-1 upstream release --- .SRCINFO | 16 ++++++---------- PKGBUILD | 12 ++++++------ 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0b28c34ac5ded..56a0f155666ac 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = duplicati-canary-bin pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers - pkgver = 2.1.0.108 + pkgver = 2.1.0.109 pkgrel = 1 url = http://duplicati.com install = duplicati.install @@ -8,15 +8,11 @@ pkgbase = duplicati-canary-bin arch = aarch64 license = MIT makedepends = unzip - depends = openssl-1.1 - depends = gtk-sharp-2 - depends = libappindicator-gtk2 - optdepends = notify-sharp: for tray notifications provides = duplicati conflicts = duplicati-latest conflicts = duplicati replaces = duplicati-latest - noextract = duplicati-canary-bin-2.1.0.108.zip + noextract = duplicati-canary-bin-2.1.0.109.zip backup = etc/default/duplicati source = duplicati-user.service source = duplicati.service @@ -28,9 +24,9 @@ pkgbase = duplicati-canary-bin sha256sums = b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959 sha256sums = b6ca3d280feb753ded94bb44eef821a0dac0c0c7ed7f37dea76d445a64386c86 sha256sums = 99591e96c340b49b47341315cb42f8ac12ca66dc4d22550e4acd37cce84e8b36 - source_x86_64 = duplicati-canary-bin-2.1.0.108-x86_64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.108_canary_2025-01-31/duplicati-2.1.0.108_canary_2025-01-31-linux-x64-gui.zip - sha256sums_x86_64 = 8bbd0b6dac861ff22717fe0ea64c98bc062eb8408fa4bee0b931e581e78f6030 - source_aarch64 = duplicati-canary-bin-2.1.0.108-aarch64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.108_canary_2025-01-31/duplicati-2.1.0.108_canary_2025-01-31-linux-arm64-gui.zip - sha256sums_aarch64 = 6b63708401262b28d18d3a9f80be5f1c15e6ee358af20711ce20a1015e44605c + source_x86_64 = duplicati-canary-bin-2.1.0.109-x86_64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.109_canary_2025-02-11/duplicati-2.1.0.109_canary_2025-02-11-linux-x64-gui.zip + sha256sums_x86_64 = bd44607244c24186ee6821e67c93bd2fd38ee5a88ca73e235d2f972c2d2fd694 + source_aarch64 = duplicati-canary-bin-2.1.0.109-aarch64.zip::https://github.com/duplicati/duplicati/releases/download/v2.1.0.109_canary_2025-02-11/duplicati-2.1.0.109_canary_2025-02-11-linux-arm64-gui.zip + sha256sums_aarch64 = fb84e0296f6be3f3379bc031e2ab7a9e77f2c71ef50e53f166832423fb1e79ff pkgname = duplicati-canary-bin diff --git a/PKGBUILD b/PKGBUILD index 2f2f592f6f950..67a91350d8f97 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,9 +4,9 @@ # aarch64 tester: Irissman # armv7h tester: kauron pkgname=duplicati-canary-bin -pkgver=2.1.0.108 +pkgver=2.1.0.109 pkgrel=1 -_date=2025-01-31 +_date=2025-02-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" @@ -41,15 +41,15 @@ sha256sums=('fbc76396405c645a3b9b7f00973540d4824f0cf634fa8369c6dfe2dd711cb38c' 'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959' 'b6ca3d280feb753ded94bb44eef821a0dac0c0c7ed7f37dea76d445a64386c86' '99591e96c340b49b47341315cb42f8ac12ca66dc4d22550e4acd37cce84e8b36') -sha256sums_x86_64=('8bbd0b6dac861ff22717fe0ea64c98bc062eb8408fa4bee0b931e581e78f6030') -sha256sums_aarch64=('6b63708401262b28d18d3a9f80be5f1c15e6ee358af20711ce20a1015e44605c') +sha256sums_x86_64=('bd44607244c24186ee6821e67c93bd2fd38ee5a88ca73e235d2f972c2d2fd694') +sha256sums_aarch64=('fb84e0296f6be3f3379bc031e2ab7a9e77f2c71ef50e53f166832423fb1e79ff') arch=('x86_64' 'aarch64') -depends=(openssl-1.1 gtk-sharp-2 libappindicator-gtk2) +depends=() makedepends=(unzip) -optdepends=('notify-sharp: for tray notifications') +optdepends=() replaces=(duplicati-latest) conflicts=(duplicati-latest duplicati) provides=(duplicati)