Browse Source
gawk: Update to 4.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
utils/gawk/Makefile
|
|
@ -5,13 +5,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=gawk |
|
|
|
PKG_VERSION:=4.2.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=4.2.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@GNU/gawk |
|
|
|
|
|
|
|
PKG_HASH:=d4f3cd31c001fd0ed52832d4fbfbdfeaa38ad541c182f80ff8fdf87324a6a9f2 |
|
|
|
PKG_HASH:=d1119785e746d46a8209d28b2de404a57f983aa48670f4e225531d3bdc175551 |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|