mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:27:35 +00:00
Ports: Update curl to 7.84.0
This commit is contained in:
parent
f97e664d8f
commit
2916b3bebf
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=curl
|
||||
version=7.83.1
|
||||
version=7.84.0
|
||||
useconfigure=true
|
||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 f539a36fb44a8260ec5d977e4e0dbdd2eee29ed90fcedaa9bc3c9f78a113bff0"
|
||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 702fb26e73190a3bd77071aa146f507b9817cc4dfce218d2ab87f00cd3bc059d"
|
||||
auth_type=sha256
|
||||
depends=("ca-certificates" "openssl" "zlib" "zstd")
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue