mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fdupes: update to 2.2.1.
This commit is contained in:
parent
60d284b4e9
commit
b0985a762d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fdupes'
|
# Template file for 'fdupes'
|
||||||
pkgname=fdupes
|
pkgname=fdupes
|
||||||
version=2.1.2
|
version=2.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
|
@ -8,8 +8,9 @@ short_desc="Identify or delete duplicate files within specified directories"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
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"
|
||||||
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=cd5cb53b6d898cf20f19b57b81114a5b263cc1149cd0da3104578b083b2837bd
|
checksum=846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense README
|
vlicense README
|
||||||
|
|
Loading…
Add table
Reference in a new issue