From 8164049a1129cbbb0b1c4c075555d8cf164833e7 Mon Sep 17 00:00:00 2001 From: Jen1 Date: Wed, 25 Sep 2024 06:30:20 +0000 Subject: [PATCH] utils/gawk update to 5.3.1 utils/gawk update to 5.3.1 Signed-off-by: Jen1 --- utils/gawk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gawk/Makefile b/utils/gawk/Makefile index a2cef3d5f6320..c06b5afa54195 100644 --- a/utils/gawk/Makefile +++ b/utils/gawk/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gawk -PKG_VERSION:=5.3.0 +PKG_VERSION:=5.3.1 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gawk -PKG_HASH:=ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b +PKG_HASH:=694db764812a6236423d4ff40ceb7b6c4c441301b72ad502bb5c27e00cd56f78 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-3.0-or-later