diff options
author | psykose <alice@ayaya.dev> | 2023-02-11 04:49:29 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-02-11 05:49:29 +0100 |
commit | 67004334f54fc38e289a90c8a8019e7b41019563 (patch) | |
tree | 0125254ea29efd84f02d5ff6eb094f4aa633324b | |
parent | e167f12192e3a60bd357b3a1b8093c13799e8cf6 (diff) | |
download | aports-67004334f54fc38e289a90c8a8019e7b41019563.tar.gz aports-67004334f54fc38e289a90c8a8019e7b41019563.tar.bz2 aports-67004334f54fc38e289a90c8a8019e7b41019563.tar.xz |
testing/jdupes: upgrade to 1.21.3
-rw-r--r-- | testing/jdupes/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/jdupes/APKBUILD b/testing/jdupes/APKBUILD index ec92637f2d2..dbdc8ccc764 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.21.2 +pkgver=1.21.3 pkgrel=0 pkgdesc="identifying and taking actions upon duplicate files" options="!check" # No testsuite @@ -21,5 +21,5 @@ package() { } sha512sums=" -73681d9c47f79a8538bff329623357d924e5574e29ce997fb104503733d2520a9cd388697a40f738ea93b7d86ef624d5fa65b76dad24fe021e753e6431db960a jdupes-1.21.2.tar.gz +22284adb1650dc44dfc74320799ac68e02e8d31685dd376d5f938d10308d117ae8af39273fbfec73f7e5a22e9685be96c92f0e12d9ebc81f11c255ada60abe83 jdupes-1.21.3.tar.gz " |