make: revert to 4.2.1_6

This commit is contained in:
Jürgen Buchmüller 2020-03-24 17:08:17 +01:00
parent 2a17b6fc19
commit c77edfdf97

View file

@ -1,7 +1,8 @@
# Template file for 'make' # Template file for 'make'
pkgname=make pkgname=make
version=4.3 reverts="4.3_1"
revision=1 version=4.2.1
revision=6
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="$(vopt_with guile)" configure_args="$(vopt_with guile)"
@ -11,8 +12,8 @@ short_desc="The GNU make system"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/make" homepage="http://www.gnu.org/software/make"
distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.lz" distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.bz2"
checksum=de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82 checksum=d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
build_options=guile build_options=guile
patch_args="-Np1" patch_args="-Np1"