Ports: Use new curl domain

curl switched it's domain to curl.se last year:
https://daniel.haxx.se/blog/2020/11/04/the-journey-to-a-curl-domain/

I think we should follow this change and adapt the new domain name.
This commit is contained in:
Emil Engler 2021-02-16 19:11:40 +01:00 committed by Andreas Kling
parent 525f472dc5
commit ce13b258ca
Notes: sideshowbarker 2024-07-18 22:12:23 +09:00

View file

@ -3,8 +3,8 @@ port=curl
version=7.65.3
useconfigure=true
configopts="--disable-threaded-resolver"
files="https://curl.haxx.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
https://curl.haxx.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
https://curl.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
depends=zlib
auth_type="sig"