make: revert to 4.2.1_6
This commit is contained in:
parent
2a17b6fc19
commit
c77edfdf97
1 changed files with 5 additions and 4 deletions
|
@ -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 <gottox@voidlinux.org>"
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue