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 2dfc1a098915..23485e8398e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ian Young <ian at iangreenleaf dot com>
pkgname=duplicacy
-pkgver=2.5.0
+pkgver=2.5.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=("$pkgname-$pkgver.tar.gz::https://github.com/gilbertchen/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d13b4a7d5eee9b44a7f2a2332b65d8d89551f32b2af0f67bb9485ce1481492a9')
+sha256sums=('6f7318e7b4dfb4e60005d6e238d32d3c653aa528e036526a227a1fee901a67d2')
prepare() {
cd "$pkgname-$pkgver/$pkgname"