Update make from 4.2 to 4.2.1

This commit is contained in:
Ed Reel
2017-08-04 23:35:56 -05:00
committed by Kazushi (Jam) Marukawa
parent 42d86ef64f
commit 5fff65d50f

View File

@@ -3,9 +3,9 @@ require 'package'
class Make < Package
description 'GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program\'s source files.'
homepage 'https://www.gnu.org/software/make/'
version '4.2'
source_url 'ftp://ftp.gnu.org/gnu/make/make-4.2.tar.bz2'
source_sha256 '4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f'
version '4.2.1'
source_url 'https://ftp.gnu.org/gnu/make/make-4.2.1.tar.bz2'
source_sha256 'd6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589'
depends_on 'gcc' => :build
depends_on 'linuxheaders' => :build