nawk: update to 20250116 (#5603)

This commit is contained in:
Dirk Stolle 2025-08-27 20:13:35 +02:00 committed by GitHub
parent d1600e6cf4
commit 3b48ec8c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Maintainer: Andrew Sun <adsun701@gmail.com>
pkgname=nawk
pkgver=20240728
pkgver=20250116
pkgrel=1
pkgdesc="The one, true implementation of AWK"
url="https://github.com/onetrueawk/awk"
@ -11,7 +11,7 @@ makedepends=('make' 'gcc' 'git' 'bison')
options=('!makeflags')
source=("git+https://github.com/onetrueawk/awk.git#tag=${pkgver}"
'manpage-naming.patch')
sha256sums=('d17c49197fc2ac0d5d06e40e8d9328c32d4e38ccb75c8cd2e810cc5d29ed4357'
sha256sums=('4458a33bb325e69d159a73e51a164dd81aa1217ec0c59577edc6d34130480367'
'fa1bade363896033a50fbdadc8fa2f490f85a044d11afcd537f317067c70d3b5')
prepare() {