From dcf14484fc56d6ccef3e6b3f25c0bb2148c82acc Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Wed, 6 Mar 2024 10:04:25 +0100 Subject: [PATCH] ascii: update to 3.20, adopt --- srcpkgs/ascii/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ascii/template b/srcpkgs/ascii/template index 87d8edd27fe825..f0e1732b52c593 100644 --- a/srcpkgs/ascii/template +++ b/srcpkgs/ascii/template @@ -1,13 +1,14 @@ # Template file for 'ascii' pkgname=ascii -version=3.18 -revision=2 +version=3.20 +revision=1 short_desc="List ASCII idiomatic names and octal/decimal code-point forms" -maintainer="Orphaned " +maintainer="Eloitor " 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=728422d5f4da61a37a17b4364d06708e543297de0a5f70305243236d80df072d +checksum=9e6e57ea60d419a803a024ce6366254efb716266b84eedd58cd980dabcc11674 do_build() { make CC="${CC}" CFLAGS="${CFLAGS} ${LDFLAGS}"