diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 18:34:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-22 18:58:32 -0300 |
commit | 1593c0504bcf15932381a1b44541f23cff6fd34e (patch) | |
tree | 4f4c3f3fe9acd17b2396888af428d0e14b0335e6 /testing/jdupes | |
parent | 9ce001a2c382740e23fd1566c60271c5475ba566 (diff) | |
download | aports-1593c0504bcf15932381a1b44541f23cff6fd34e.tar.bz2 aports-1593c0504bcf15932381a1b44541f23cff6fd34e.tar.xz |
testing/jdupes: upgrade to 1.13.2
Diffstat (limited to 'testing/jdupes')
-rw-r--r-- | testing/jdupes/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/jdupes/APKBUILD b/testing/jdupes/APKBUILD index ac0e226a92..4bf181f579 100644 --- a/testing/jdupes/APKBUILD +++ b/testing/jdupes/APKBUILD @@ -1,7 +1,7 @@ # Contributor: tcely <tcely@users.noreply.github.com> # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=jdupes -pkgver=1.12 +pkgver=1.13.2 pkgrel=0 pkgdesc="identifying and taking actions upon duplicate files" options="!check" # No testsuite @@ -9,14 +9,14 @@ url="https://github.com/jbruchon/jdupes" arch="all" license="MIT" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/$pkgname/archive/v${pkgver}.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/jbruchon/$pkgname/archive/v$pkgver.tar.gz" build() { make } package() { - make DESTDIR="$pkgdir" PREFIX="/usr" install + make DESTDIR="$pkgdir" PREFIX=/usr install } -sha512sums="f558e5cb4f1d7ab7eb7d590adfd852fe4a00e03b27d2dd88fbf9a9b769421af0875893015314aef1f58e14329d5d9d8d67d3f2456805d5b0b377611d4250f81f jdupes-1.12.tar.gz" +sha512sums="80eb0053753df79e85c8c82c8bfc31ca31e55c2f6b184bb45a3baf644e00439b6c601239310325d366cc98a0f86c323b7aa487b40c9ee2bf2034735dafb89914 jdupes-1.13.2.tar.gz" |