summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsurefire2019-06-10 20:17:02 +0300
committersurefire2019-06-10 20:17:02 +0300
commit1f9b10cfe58263421482a4bf28797fdd1395878c (patch)
tree175d92167ab92078e7b8b1259115c09e03396e12 /PKGBUILD
parent0807bc5164a130f45f2bb8ce19ac7d0d01a510f2 (diff)
downloadaur-1f9b10cfe58263421482a4bf28797fdd1395878c.tar.gz
upgpkg: jdupes 1.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eacd1a53c09..553ecb2b927f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitwave < aur aTt oomlu d0t de>
# Contributor: Peter Hoeg <first name at last name dot com>
pkgname=jdupes
-pkgver=1.13
+pkgver=1.13.1
pkgrel=1
pkgdesc="Is a program for identifying duplicate files residing within specified directories"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/jbruchon/jdupes"
license=('MIT')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('4905eb8de725d55ca067bb5bc6fb6aab8fbbd7eb9377db07d189ad528bc554d6')
+sha256sums=('6b68ea30b0d8fceb31ccbc07187133dbff0cc84678752e89ad3270c89322710f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"