Merge pull request #2136 from Rmys/master

libpcre2, pciutils ver. bump
This commit is contained in:
Rmys
2025-05-12 18:05:47 +03:00
committed by GitHub
2 changed files with 17 additions and 3 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Perl-compatible regular expression library</Summary> <Summary>Perl-compatible regular expression library</Summary>
<Description>The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.</Description> <Description>The PCRE (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.</Description>
<Archive sha1sum="ddc37244d49d74ecae510d9d860b812e6e59611a" type="tarbz2">https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2</Archive> <Archive sha1sum="2456df2afe30313dc1f3dc8763536320064c0f1f" type="tarbz2">https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.45/pcre2-10.45.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>readline-devel</Dependency> <Dependency>readline-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -71,6 +71,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2025-05-12</Date>
<Version>10.45</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2024-12-07</Date> <Date>2024-12-07</Date>
<Version>10.44</Version> <Version>10.44</Version>
+9 -2
View File
@@ -12,8 +12,8 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Various utilities dealing with the PCI bus</Summary> <Summary>Various utilities dealing with the PCI bus</Summary>
<Description>The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.</Description> <Description>The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.</Description>
<Archive sha1sum="eccfdfa377042852ad92a3a91038721eca71640e" type="tarxz">https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.12.0.tar.xz</Archive> <Archive sha1sum="83ea1394a2095442731f639b16f38292be67201f" type="tarxz">https://mirrors.edge.kernel.org/pub/software/utils/pciutils/pciutils-3.13.0.tar.xz</Archive>
<Archive sha1sum="f781eef33bb46bc484bc55eeb18b7d07468b0956" type="binary" target="pciutils-3.12.0">https://github.com/pciutils/pciids/raw/master/pci.ids</Archive> <Archive sha1sum="ccca1e2ee40e35e29879dcd51e1cf7c8673ed876" type="binary" target="pciutils-3.13.0">https://github.com/pciutils/pciids/raw/master/pci.ids</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>eudev-devel</Dependency> <Dependency>eudev-devel</Dependency>
<Dependency>libkmod-devel</Dependency> <Dependency>libkmod-devel</Dependency>
@@ -56,6 +56,13 @@
</Package> </Package>
<History> <History>
<Update release="12">
<Date>2025-05-12</Date>
<Version>3.13.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11"> <Update release="11">
<Date>2024-04-07</Date> <Date>2024-04-07</Date>
<Version>3.12.0</Version> <Version>3.12.0</Version>