aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-01 20:10:28 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-01 20:11:05 +0000
commit74b51577dfbdfe8a4f3c38dc800f0749b2545b88 (patch)
treefa6a93b52dd6bacee1e8da4927a95bd03d4ac945 /testing
parent63112d35bf2c872cfbdaeecb1fa487e7dcf2f3f5 (diff)
downloadaports-74b51577dfbdfe8a4f3c38dc800f0749b2545b88.tar.bz2
aports-74b51577dfbdfe8a4f3c38dc800f0749b2545b88.tar.xz
testing/jdupes: upgrade to 1.10.2 and take maintainership
Diffstat (limited to 'testing')
-rw-r--r--testing/jdupes/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/jdupes/APKBUILD b/testing/jdupes/APKBUILD
index eb7882d3f8..2fdaab0e07 100644
--- a/testing/jdupes/APKBUILD
+++ b/testing/jdupes/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: tcely <tcely@users.noreply.github.com>
-# Maintainer:
+# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=jdupes
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=0
pkgdesc="identifying and taking actions upon duplicate files"
url="https://github.com/jbruchon/jdupes"
@@ -18,14 +18,12 @@ build() {
check() {
cd "$builddir"
-
./$pkgname --version
}
package() {
cd "$builddir"
-
make DESTDIR="$pkgdir" PREFIX="/usr" install
}
-sha512sums="8bc2911cf75357741a652f127613878507bfb6ac9a3ac6bcc4518f22fe5b57d2c66f16dd3d988e0d3ff04817ddf572d69103aadeca27260ac0afdfd79f3b8292 jdupes-1.10.1.tar.gz"
+sha512sums="7e9d08eadf01556648a88c1f85ce6f17d21a07b48c5cf8d0cce93fdab7c448b9b748e37d341253e07f8c5874cad73b2c4f94057a43a51432401654583b3c2150 jdupes-1.10.2.tar.gz"