diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-01-05 20:59:15 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-04-22 23:21:22 +0200 |
commit | ae782d26b14fb0d88607f8b499f5709513bee156 (patch) | |
tree | 984f930fbde1f43d5a92b2eecfade0bb40c3ce41 | |
parent | 1bd7eac967b710da1b7ade6bce6c4a9fcb403654 (diff) |
devel/m4: upgrade to release 1.4.18
NEWS has these comments:
Noteworthy changes in release 1.4.18 (2016-12-31) [stable]
* Diagnose --word-regexp as unsupported if it was not configured.
* Preliminary support for OS/2.
* A number of portability improvements inherited from gnulib.
SHA256SUM is used as package checksum
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r-- | devel/m4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 19c8c17e4..6726f148d 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=m4 -PKG_VERSION:=1.4.17 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.18 +PKG_RELEASE:=1 PKG_SOURCE_URL:=@GNU/m4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MD5SUM:=12a3c829301a4fd6586a57d3fcf196dc +PKG_MD5SUM:=f2c1e86ca0a404ff281631bdc8377638992744b175afb806e25871a24a934e07 PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de> PKG_LICENSE:=GPL-3.0+ |