mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +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
Notes:
sideshowbarker
2024-07-18 22:12:23 +09:00
Author: https://github.com/cvengler 🔰 Commit: https://github.com/SerenityOS/serenity/commit/ce13b258ca4 Pull-request: https://github.com/SerenityOS/serenity/pull/5379
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…
Reference in a new issue