[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.
This commit is contained in:
qods 2015-10-09 10:51:01 +02:00
parent e2b6fefc94
commit 78dd673e87

View File

@ -17,12 +17,12 @@
################################################################################ ################################################################################
PKG_NAME="make" PKG_NAME="make"
PKG_VERSION="4.0" PKG_VERSION="4.1"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPLv3"
PKG_SITE="http://www.gnu.org/software/make/" PKG_SITE="https://www.gnu.org/software/make/"
PKG_URL="http://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="https://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST="" PKG_DEPENDS_HOST=""
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel" PKG_SECTION="toolchain/devel"