update make

This commit is contained in:
Ertuğrul Erata
2017-01-24 13:40:52 +02:00
committed by GitHub
parent 8324b1ce1c
commit 08b41099e2
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Standard tool to compile source trees</Summary>
<Description>Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program</Description>
<Archive sha1sum="6379dc729d757971e31c8267bd5e51f6d598090e" type="targz">mirrors://gnu/make/make-4.1.tar.gz</Archive>
<Archive sha1sum="7d9d11eb36cfb752da1fb11bb3e521d2a3cc8830" type="tarbz2">mirrors://gnu/make/make-4.2.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>gnuconfig</Dependency>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-24</Date>
<Version>4.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>4.1</Version>