ascii: update to 3.30.

This commit is contained in:
Eloi Torrents 2024-11-14 23:40:39 +01:00 committed by classabbyamp
parent 1223acdbad
commit 5967e96f06
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'ascii'
pkgname=ascii
version=3.20
version=3.30
revision=1
short_desc="List ASCII idiomatic names and octal/decimal code-point forms"
maintainer="Eloitor <eloitor@disroot.org>"
maintainer="Eloitor <eloitor@duck.com>"
license="BSD-2-Clause"
homepage="http://www.catb.org/~esr/ascii"
changelog="https://www.catb.org/~esr/ascii/NEWS.html"
distfiles="http://www.catb.org/~esr/ascii/ascii-${version}.tar.gz"
checksum=9e6e57ea60d419a803a024ce6366254efb716266b84eedd58cd980dabcc11674
checksum=ed2fdc973e1b87da2af83050e560e731b0f3bf5f6b4fd9babc9f60bb2b992443
do_build() {
make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}"