fdupes, bump version (#9336)

This commit is contained in:
Schrijvers Luc
2023-09-02 07:59:19 +00:00
committed by GitHub
parent 367ebcfa8f
commit 53198295b1
2 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="1999-2020 Adrian Lopez"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/adrianlopezroche/fdupes/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="47536dad3f628b49420d60be55417238e537902a7461e19f199092ab8b24e8f1"
CHECKSUM_SHA256="7d12e9d28c6a5dc46ff3a37fafd65b4b84f5c19dddf630beec8d67bc158fa265"
PATCHES="fdupes-$portVersion.patchset"
ARCHITECTURES="all"
@@ -50,3 +50,8 @@ INSTALL()
{
make install
}
TEST()
{
./fdupes -r testdir
}