pp: update to 1.0.9.

This commit is contained in:
Daniel Lewan 2021-07-30 08:35:40 +02:00 committed by Érico Nogueira Rolim
parent 92990b29e6
commit 3caf44ab5d

View file

@ -1,15 +1,15 @@
# Template file for 'pp'
pkgname=pp
version=1.0.8
version=1.0.9
revision=1
wrksrc="${pkgname}"
build_style=gnu-makefile
short_desc="Simple preprocessor"
maintainer="Paper <paper@tilde.institute>"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="ISC"
homepage="https://mkws.sh/pp.html"
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
checksum=2115b8e7d84f86864c979ea3c04288dd7f427fa758372cfef28a04badfade3b8
checksum=c4044ba8c2e47d8b2ef9fd467c46ae6316fdae8a6de5faaa800b566458e1f5e4
do_build() {
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"