Skip to content

Commit

Permalink
Ports: Update curl to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra authored and awesomekling committed Oct 15, 2023
1 parent c9c99b3 commit 12bdac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`coreutils`](coreutils/) | GNU core utilities | 9.4 | 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.14 | https://www.gnu.org/software/cpio/ |
| [`curl`](curl/) | curl | 8.2.1 | https://curl.se/ |
| [`curl`](curl/) | curl | 8.4.0 | https://curl.se/ |
| [`dash`](dash/) | DASH | 0.5.10.2 | http:https://gondor.apana.org.au/~herbert/dash |
| [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex |
| [`devilutionX`](devilutionX/) | DevilutionX | 1.5.1 | https://github.com/diasurgical/devilutionX |
Expand Down
4 changes: 2 additions & 2 deletions Ports/curl/package.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='curl'
version='8.2.1'
version='8.4.0'
useconfigure='true'
files=(
"https://curl.se/download/curl-${version}.tar.bz2#0f1e31ebe336c09ec66381f1532f8350e466e1d02ffe10c4ac44a867f1b9d343"
"https://curl.se/download/curl-${version}.tar.bz2#e5250581a9c032b1b6ed3cf2f9c114c811fc41881069e9892d115cc73f9e88c6"
)
depends=(
'ca-certificates'
Expand Down

0 comments on commit 12bdac9

Please sign in to comment.