mawk: update to 1.3.4.20230808.
This commit is contained in:
parent
9b359cf254
commit
5376efe5a8
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'mawk'
|
# Template file for 'mawk'
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
version=1.3.4.20200120
|
version=1.3.4.20230808
|
||||||
revision=1
|
revision=1
|
||||||
_distver="${version%.*}-${version##*.}"
|
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="Interpreter for the AWK Programming Language"
|
short_desc="Interpreter for the AWK Programming Language"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://invisible-island.net/mawk/mawk.html"
|
homepage="https://invisible-island.net/mawk/mawk.html"
|
||||||
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}.tgz"
|
changelog="https://invisible-island.net/mawk/CHANGES"
|
||||||
checksum=7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237
|
distfiles="https://invisible-mirror.net/archives/mawk/mawk-${version%.*}-${version##*.}.tgz"
|
||||||
|
checksum=88f55a632e2736ff5c5f69944abc151734d89d8298d5005921180f39ab7ba6d0
|
||||||
alternatives="
|
alternatives="
|
||||||
awk:awk:/usr/bin/mawk
|
awk:awk:/usr/bin/mawk
|
||||||
awk:awk.1:/usr/share/man/man1/mawk.1"
|
awk:awk.1:/usr/share/man/man1/mawk.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue