aboutsummaryrefslogtreecommitdiffstats
path: root/community/duperemove/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/duperemove/APKBUILD')
-rw-r--r--community/duperemove/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/duperemove/APKBUILD b/community/duperemove/APKBUILD
index 805015685c3..670d58f3408 100644
--- a/community/duperemove/APKBUILD
+++ b/community/duperemove/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=duperemove
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=0
pkgdesc="Tools for deduping file systems"
url="https://github.com/markfasheh/duperemove"
@@ -10,7 +10,7 @@ license="GPL-2.0-only"
makedepends="glib-dev linux-headers sqlite-dev"
options="!check" # no tests provided
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/markfasheh/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/markfasheh/duperemove/archive/v$pkgver.tar.gz"
build() {
make
@@ -20,4 +20,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
-sha512sums="3c344b00b8fb58a259840aea977ba2e5123b651bb58ec84177bdfd8337a377361984b85c6325271b7d3e4ea216017fa6fda793136c83e9837a13ec041df326b9 duperemove-0.11.1.tar.gz"
+sha512sums="d2b24c912a3ae4a5b9730ba1369b6174cc6fe252710dc7dae2971816e931558ea68d664bf4c9497630dd9002a71fccc26848ad848831fa45d7a7715ba65378e5 duperemove-0.11.2.tar.gz"