mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
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:
parent
525f472dc5
commit
ce13b258ca
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue