ascii: update to 3.18.

This commit is contained in:
Michael Gehring 2017-08-03 09:57:10 +00:00
parent 970e5205f8
commit 5dd7e4d964

View file

@ -1,16 +1,16 @@
# Template file for 'ascii'
pkgname=ascii
version=3.17
version=3.18
revision=1
short_desc="List ASCII idiomatic names and octal/decimal code-point forms"
maintainer="Michael Gehring <mg@ebfe.org>"
license="BSD"
homepage="http://www.catb.org/~esr/ascii"
distfiles="http://www.catb.org/~esr/ascii/ascii-${version}.tar.gz"
checksum=94e55080fa20168cb9501693d7715869f329a7be1e74de0bd55faa493ee25445
checksum=728422d5f4da61a37a17b4364d06708e543297de0a5f70305243236d80df072d
do_build() {
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}" VERS=${version}
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}"
}
do_install() {