Merge pull request #2086 from Rmys/master

crul ver. bump
This commit is contained in:
Rmys
2025-02-23 11:20:42 +03:00
committed by GitHub
2 changed files with 14 additions and 7 deletions
+5 -5
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>A utility for getting files from remote servers</Summary>
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
<Archive sha1sum="97247fefb1ae983c453ebe5bb17b573862e493eb" type="tarbz2">https://github.com/curl/curl/releases/download/curl-8_11_1/curl-8.11.1.tar.bz2</Archive>
<Archive sha1sum="d33dbaae1900d552dd39593fcdd2bbfde5d5ae9a" type="tarbz2">http://curl.haxx.se/download/curl-8.12.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>zstd-devel</Dependency>
@@ -75,11 +75,11 @@
<History>
<Update release="19">
<Date>2025-01-01</Date>
<Version>8.11.1</Version>
<Date>2025-02-23</Date>
<Version>8.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2024-12-16</Date>
+9 -2
View File
@@ -14,7 +14,7 @@
<Description>PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program.</Description>
<Archive sha1sum="8c9aef418f55f27ae7b40d0cb5f9ee0bbb78e48d" type="targz">https://files.pythonhosted.org/packages/85/59/8f4169b1d91505c106fff5a9b01e505ab8798fbc7b5b2104ac8445d61a44/pycurl-7.45.4.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.11.1">curl-devel</Dependency>
<Dependency versionFrom="8.12.1">curl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -24,7 +24,7 @@
<Package>
<Name>pycurl</Name>
<RuntimeDependencies>
<Dependency versionFrom="8.11.1">curl</Dependency>
<Dependency versionFrom="8.12.1">curl</Dependency>
<Dependency>python</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="19">
<Date>2025-02-23</Date>
<Version>7.45.4</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18">
<Date>2025-01-02</Date>
<Version>7.45.4</Version>