aboutsummaryrefslogtreecommitdiff
path: root/devel/make
diff options
context:
space:
mode:
authordiizzyy <diizzyy@users.noreply.github.com>2016-10-01 23:23:45 +0200
committerGitHub <noreply@github.com>2016-10-01 23:23:45 +0200
commit79ae5d7074db53cec5bfb502b0846fb430244571 (patch)
tree88bdfecdaee13998634aa8b40d7492fb9acc6462 /devel/make
parent139dbf9dbbe68fd8916b9b61316994ec0ea71ac6 (diff)
make switch to bz2 tarball
Switch to bz2 tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'devel/make')
-rw-r--r--devel/make/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/make/Makefile b/devel/make/Makefile
index b24920908..2a1ba4968 100644
--- a/devel/make/Makefile
+++ b/devel/make/Makefile
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=make
PKG_VERSION:=4.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=@GNU/make
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=7d0dcb6c474b258aab4d54098f2cf5a7
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_MD5SUM:=15b012617e7c44c0ed482721629577ac
PKG_MAINTAINER:=Heinrich Schuchardt <xypron.glpk@gmx.de>
PKG_LICENSE:=GPL-3.0+