gawk-5.2.2

This commit is contained in:
Rmys
2023-11-08 14:50:23 +03:00
committed by GitHub
parent 41abd135ff
commit 4f7a623b95
+8 -1
View File
@@ -12,7 +12,7 @@
<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="87dfc1a72c2da51b4ebdafae221ba1d4a5a7b07e" type="tarxz">http://mirrors.kernel.org/gnu/gawk/gawk-5.1.1.tar.xz</Archive>
<Archive sha1sum="013e43746b98733ec59346b9687b758765b0e9c6" type="tarxz">http://mirrors.kernel.org/gnu/gawk/gawk-5.2.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>gmp-devel</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="10">
<Date>2023-11-08</Date>
<Version>5.2.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2023-01-28</Date>
<Version>5.1.1</Version>