aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-07-05 09:01:40 +0200
committerMilan P. Stanić <mps@arvanta.net>2020-07-05 09:01:40 +0200
commit1018b9c73af8015c3e33732fba3f0a3f71e325e2 (patch)
tree9bc496ea0e0dd1c9041cb4471b141c7f0ce65e77
parent6d7b456d37cb28f612c7db71b7a2e3c409326918 (diff)
community/fdupes: upgrade to 2.1.1
fix source url according to changes on github.com
-rw-r--r--community/fdupes/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fdupes/APKBUILD b/community/fdupes/APKBUILD
index 75b83065cd9..a756edbbdec 100644
--- a/community/fdupes/APKBUILD
+++ b/community/fdupes/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname=fdupes
-pkgver=2.0.0
+pkgver=2.1.1
pkgrel=0
pkgdesc="identifying or deleting duplicate files residing within specified directories"
url="https://github.com/adrianlopezroche/fdupes"
@@ -9,7 +9,7 @@ arch="all"
license="MIT"
makedepends="ncurses-dev pcre2-dev"
subpackages="$pkgname-doc"
-source="https://github.com/adrianlopezroche/fdupes/releases/download/$pkgver/fdupes-$pkgver.tar.gz"
+source="https://github.com/adrianlopezroche/fdupes/releases/download/v$pkgver/fdupes-$pkgver.tar.gz"
build() {
./configure \
@@ -27,4 +27,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
-sha512sums="3c76cfba1cc650f6e680933cda6236e2110018d8a6a132e146d0d61c8f44cac5944e9966b1f3de5847aca6f233ab4df9b180888e0f4b3e3fa5ae8c5f9cb1484f fdupes-2.0.0.tar.gz"
+sha512sums="41b7920b1cdf9b5c6029d8adaa37cf65c9880d88e466abf1b97e4fbdb7621ad045f1b0499dbc8b28276b2a2cbe623b910607375dafe7fddce50052b4f04598a8 fdupes-2.1.1.tar.gz"