rebuild with new toolchain

This commit is contained in:
Ertuğrul Erata
2017-01-07 23:45:09 +03:00
parent 50854c461a
commit a168ab8041
4 changed files with 37 additions and 6 deletions
+9 -2
View File
@@ -12,9 +12,9 @@
<IsA>app:console</IsA>
<Summary>GNU awk pattern-matching language</Summary>
<Description>The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk.</Description>
<Archive sha1sum="76b0acbbdeaa0e58466675c5faf68895eedd8306" type="tarxz">ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.3.tar.xz</Archive>
<Archive sha1sum="d67e00e2f6178e9cbd2c0ba923ae157bc0b3b570" type="tarxz">ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>gettext</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-07</Date>
<Version>4.1.4</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.3</Version>