mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fdupes: update to 2.3.2
This commit is contained in:
parent
6fc1f09436
commit
525e330b29
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'fdupes'
|
# Template file for 'fdupes'
|
||||||
pkgname=fdupes
|
pkgname=fdupes
|
||||||
version=2.2.1
|
version=2.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
makedepends="ncurses-devel pcre2-devel sqlite-devel"
|
||||||
short_desc="Identify or delete duplicate files within specified directories"
|
short_desc="Identify or delete duplicate files within specified directories"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/adrianlopezroche/fdupes"
|
homepage="https://github.com/adrianlopezroche/fdupes"
|
||||||
changelog="https://raw.githubusercontent.com/adrianlopezroche/fdupes/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/adrianlopezroche/fdupes/master/CHANGES"
|
||||||
distfiles="https://github.com/adrianlopezroche/fdupes/releases/download/v${version}/fdupes-${version}.tar.gz"
|
distfiles="https://github.com/adrianlopezroche/fdupes/releases/download/v${version}/fdupes-${version}.tar.gz"
|
||||||
checksum=846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d
|
checksum=808d8decbe7fa41cab407ae4b7c14bfc27b8cb62227540c3dcb6caf980592ac7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense README
|
vlicense README
|
||||||
|
|
Loading…
Add table
Reference in a new issue