summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2023-09-09 19:18:00 +0200
committerTaijian2023-09-09 19:18:00 +0200
commita0a7091510195beab5c17c839891649b3bd94ff1 (patch)
tree13916a1913ebd7f6051c0de45a50b70990bae8d0
parent9fc079eb9a6889be94217d7ceb8e08ce15112ee3 (diff)
downloadaur-a0a7091510195beab5c17c839891649b3bd94ff1.tar.gz
update to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d261286a7e6..64febc36b8cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duplicacy
pkgdesc = A new generation cloud backup tool based on lock-free deduplication
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://duplicacy.com/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = duplicacy
makedepends = go
makedepends = git
depends = glibc
- source = duplicacy-3.1.0.tar.gz::https://github.com/gilbertchen/duplicacy/archive/v3.1.0.tar.gz
- sha256sums = 5e5aa45c48b34237329f5f907248d80f5d4418f88f66c35ee527fffd2ea6b024
+ source = duplicacy-3.2.0.tar.gz::https://github.com/gilbertchen/duplicacy/archive/v3.2.0.tar.gz
+ sha256sums = 26c47cfbc300340c4fdd7034cc03bc5dc751428bf96408aa038a0b795a314837
pkgname = duplicacy
diff --git a/PKGBUILD b/PKGBUILD
index ea31dc2bafd7..d25decf73452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gunnar Bretthauer <taijian@posteo.de>
pkgname=duplicacy
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="A new generation cloud backup tool based on lock-free deduplication"
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ license=('custom')
depends=('glibc')
makedepends=('go' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/gilbertchen/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('5e5aa45c48b34237329f5f907248d80f5d4418f88f66c35ee527fffd2ea6b024')
+sha256sums=('26c47cfbc300340c4fdd7034cc03bc5dc751428bf96408aa038a0b795a314837')
prepare() {
cd "$pkgname-$pkgver/$pkgname"