From 78dd673e8730e8ca7a13cede572fa305cd02e965 Mon Sep 17 00:00:00 2001 From: qods Date: Fri, 9 Oct 2015 10:51:01 +0200 Subject: [PATCH] [make] update to 4.1, update licence, update to secure links I have tested this change. Works without any problems. Recent 4.1 is a minor bugfix release of version 4 we already use. Its released in 2014 and used in most of the recent linux OS. --- packages/devel/make/package.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/devel/make/package.mk b/packages/devel/make/package.mk index 8a4765ca2a..12308b9db3 100644 --- a/packages/devel/make/package.mk +++ b/packages/devel/make/package.mk @@ -17,12 +17,12 @@ ################################################################################ PKG_NAME="make" -PKG_VERSION="4.0" +PKG_VERSION="4.1" PKG_REV="1" PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.gnu.org/software/make/" -PKG_URL="http://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_LICENSE="GPLv3" +PKG_SITE="https://www.gnu.org/software/make/" +PKG_URL="https://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS_HOST="" PKG_PRIORITY="optional" PKG_SECTION="toolchain/devel"