summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2020-11-16 13:52:18 -0500
committeralgebro2020-11-16 13:52:18 -0500
commitf1c6f94a417e73ef066812c5c968856e1e52caf8 (patch)
tree293e9354eaef752c8368641a9250a338796933cd /PKGBUILD
parent589020acb20f955bf4f30faaf76b95311adb90d4 (diff)
downloadaur-f1c6f94a417e73ef066812c5c968856e1e52caf8.tar.gz
v2.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5e94b51ef06..216587a777ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ian Young <ian at iangreenleaf dot com>
pkgname=duplicacy
-pkgver=2.7.1
+pkgver=2.7.2
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=("$pkgname-$pkgver.tar.gz::https://github.com/gilbertchen/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('01aa1410011193639857baeb7541e2a0919c3876b6867f9c06d64712a0ab7a8d')
+sha256sums=('592ffd4d2add4c2158fa801039b6dde5e2fa043525ab92a5ae4f479d3fc386c4')
prepare() {
cd "$pkgname-$pkgver/$pkgname"