mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports: Update ca-certificates to 2024-09-24
This commit is contained in:
parent
7de418d525
commit
ef1958c2ae
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`bzip3`](bzip3/) | bzip3 | 1.3.2 | https://github.com/kspalaiologos/bzip3 |
|
||||
| [`c-ares`](c-ares/) | c-ares | 1.19.0 | https://c-ares.org |
|
||||
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2024-07-02 | https://curl.se/docs/caextract.html |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2024-09-24 | https://curl.se/docs/caextract.html |
|
||||
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
||||
| [`cavestory`](cavestory/) | Cave Story | 2.6.5-1 | https://github.com/nxengine/nxengine-evo |
|
||||
| [`cbonsai`](cbonsai/) | cbonsai | 1.3.1 | https://gitlab.com/jallbrit/cbonsai |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='ca-certificates'
|
||||
version='2024-07-02'
|
||||
version='2024-09-24'
|
||||
files=(
|
||||
"https://curl.se/ca/cacert-${version}.pem#1bf458412568e134a4514f5e170a328d11091e071c7110955c9884ed87972ac9"
|
||||
"https://curl.se/ca/cacert-${version}.pem#189d3cf6d103185fba06d76c1af915263c6d42225481a1759e853b33ac857540"
|
||||
)
|
||||
workdir='.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue