File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
36
36
| [ ` composer ` ] ( composer/ ) | Composer | 2.4.3 | https://getcomposer.org/ |
37
37
| [ ` coreutils ` ] ( coreutils/ ) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
38
38
| [ ` cpio ` ] ( cpio/ ) | GNU cpio archive utility | 2.13 | https://www.gnu.org/software/cpio/ |
39
- | [ ` curl ` ] ( curl/ ) | curl | 7.84 .0 | https://curl.se/ |
39
+ | [ ` curl ` ] ( curl/ ) | curl | 7.86 .0 | https://curl.se/ |
40
40
| [ ` dash ` ] ( dash/ ) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
41
41
| [ ` dialog ` ] ( dialog/ ) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
42
42
| [ ` diffutils ` ] ( diffutils/ ) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ |
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env -S bash ../.port_include.sh
2
2
port=curl
3
- version=7.84 .0
3
+ version=7.86 .0
4
4
useconfigure=true
5
- files=" https://curl.se/download/curl-${version} .tar.bz2 curl-${version} .tar.bz2 702fb26e73190a3bd77071aa146f507b9817cc4dfce218d2ab87f00cd3bc059d "
5
+ files=" https://curl.se/download/curl-${version} .tar.bz2 curl-${version} .tar.bz2 f5ca69db03eea17fa8705bdfb1a9f58d76a46c9010518109bb38f313137e0a28 "
6
6
auth_type=sha256
7
7
depends=(" ca-certificates" " openssl" " zlib" " zstd" )
8
8
configopts=(" -DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR} /CMakeToolchain.txt" )
You can’t perform that action at this time.
0 commit comments