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