mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
jdupes: update to 1.25.2
This commit is contained in:
parent
760024367a
commit
b532febb99
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'jdupes'
|
||||
pkgname=jdupes
|
||||
version=1.24.0
|
||||
version=1.25.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
|
||||
|
@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
|
|||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jbruchon/jdupes"
|
||||
changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
|
||||
changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
|
||||
distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
|
||||
checksum=c137d07a70bcf70e15e92365df6b69bd210bb7856b6f10a860529aa7afc324a7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
do_check() {
|
||||
|
|
Loading…
Add table
Reference in a new issue