summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe76fd6ec811..b6546b61a44b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ian Young <ian at iangreenleaf dot com>
pkgname=duplicacy
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="A new generation cloud backup tool based on lock-free deduplication"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('custom')
depends=('glibc')
makedepends=('go' 'git')
source=("https://github.com/gilbertchen/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('397cac479cb3424d1d6128628adb63f52fc5d7eb9e6f71de09784b1f04afda81')
+sha256sums=('0f72789d7d4391375ad87378758e679a1653ed0ff7bee4214b996e11ad995791')
prepare() {
cd "$pkgname-$pkgver/$pkgname"