curl: bump version

This commit is contained in:
Jerome Duval
2024-04-24 17:24:54 +02:00
parent ea5667bfd7
commit 9b51e5308f

View File

@@ -10,8 +10,8 @@ HOMEPAGE="https://curl.haxx.se/"
COPYRIGHT="1996-2023 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="e5250581a9c032b1b6ed3cf2f9c114c811fc41881069e9892d115cc73f9e88c6"
SOURCE_URI="https://github.com/curl/curl/releases/download/curl-${portVersion//\./_}/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="05bbd2b698e9cfbab477c33aa5e99b4975501835a41b7ca6ca71de03d8849e76"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="all ?arm ?ppc"