Commit 5fff65d5 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Update make from 4.2 to 4.2.1

parent 42d86ef6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment