cksfv: update to 1.3.15

This commit is contained in:
clyhtsuriva 2022-01-11 14:03:19 +01:00 committed by paper
parent 5f589a9962
commit b4c08a54c7

View file

@ -1,15 +1,15 @@
# Template file for 'cksfv'
pkgname=cksfv
version=1.3.14
revision=3
build_style=configure
version=1.3.15
revision=1
build_style=gnu-configure
short_desc="SFV checksum utility (simple file verification)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
homepage="https://zakalwe.fi/~shd/foss/cksfv/"
distfiles="https://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.bz2"
checksum=a173be5b6519e19169b6bb0b8a8530f04303fe3b17706927b9bd58461256064c
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
configure_args+="--package-prefix=${DESTDIR}"
}