Update curl to 8.1.2

WebKit needs a newer version than what we currently have.
This commit is contained in:
PulkoMandy
2023-07-12 20:21:16 +02:00
parent 844c17002b
commit 7db5167ae3
2 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ resource app_version {
variety = B_APPV_FINAL,
internal = 0,
short_info = "curl",
long_info = "curl ©1996-2019 Daniel Stenberg"
long_info = "curl ©1996-2023 Daniel Stenberg"
};

View File

@@ -7,11 +7,11 @@ based upload, proxies, cookies, user+password authentication (Basic, Digest, \
NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a \
busload of other useful tricks."
HOMEPAGE="https://curl.haxx.se/"
COPYRIGHT="1996-2022 Daniel Stenberg"
COPYRIGHT="1996-2023 Daniel Stenberg"
LICENSE="Curl"
REVISION="2"
REVISION="1"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="21a7e83628ee96164ac2b36ff6bf99d467c7b0b621c1f7e317d8f0d96011539c"
CHECKSUM_SHA256="b54974d32fd610acace92e3df1f643144015ac65847f0a041fdc17db6f43f243"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="all ?arm ?ppc"