gerp audit rebuild

This commit is contained in:
Rmys
2022-09-25 23:59:25 +03:00
parent d594bf5109
commit 7eac3b64cc
3 changed files with 19 additions and 4 deletions
+10 -3
View File
@@ -12,17 +12,17 @@
<IsA>app:console</IsA>
<Summary>GNU regular expression matcher</Summary>
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
<Archive sha1sum="a66cc5ddac0b8fe2fbdea4dd9bf74ab3d2ebefcd" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.5.tar.xz</Archive>
<Archive sha1sum="6d0d32cabaf44efac9e1d2c449eb041525c54b2e" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>grep</Name>
<RuntimeDependencies>
<Dependency>libpcre</Dependency>
<Dependency>libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-09-25</Date>
<Version>3.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-12-09</Date>
<Version>3.5</Version>