mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Update make from 4.2 to 4.2.1
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
42d86ef64f
commit
5fff65d50f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user