From 1593c0504bcf15932381a1b44541f23cff6fd34e Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Thu, 22 Aug 2019 18:34:42 -0300
Subject: [PATCH] testing/jdupes: upgrade to 1.13.2

---
 testing/jdupes/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/jdupes/APKBUILD b/testing/jdupes/APKBUILD
index ac0e226a9212..4bf181f579de 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"
-- 
GitLab