mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update curl to 8.17.0
This commit is contained in:
@@ -48,7 +48,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`coreutils`](coreutils/) | GNU core utilities | 9.5 | https://www.gnu.org/software/coreutils/ |
|
||||
| [`cowsay`](cowsay/) | cowsay | 3.04 | https://github.com/tnalpgge/rank-amateur-cowsay |
|
||||
| [`cpio`](cpio/) | GNU cpio archive utility | 2.15 | https://www.gnu.org/software/cpio/ |
|
||||
| [`curl`](curl/) | curl | 8.15.0 | https://curl.se/ |
|
||||
| [`curl`](curl/) | curl | 8.17.0 | https://curl.se/ |
|
||||
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
|
||||
| [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex |
|
||||
| [`devilutionX`](devilutionX/) | DevilutionX | 1.5.3 | https://github.com/diasurgical/devilutionX |
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='curl'
|
||||
version='8.15.0'
|
||||
version='8.17.0'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://curl.se/download/curl-${version}.tar.bz2#699a6d2192322792c88088576cff5fe188452e6ea71e82ca74409f07ecc62563"
|
||||
"https://curl.se/download/curl-${version}.tar.bz2#230032528ce5f85594d4f3eace63364c4244ccc3c801b7f8db1982722f2761f4"
|
||||
)
|
||||
depends=(
|
||||
'ca-certificates'
|
||||
|
||||
Reference in New Issue
Block a user