mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ports/ca-certificates: Update ca-certificates to version 2023-08-22
This commit is contained in:
parent
80211e3284
commit
ed8e68a77d
Notes:
sideshowbarker
2024-07-17 07:20:57 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/ed8e68a77d Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
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 | 2022-04-26 | https://curl.se/docs/caextract.html |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2023-08-22 | 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=2022-04-26
|
||||
version='2023-08-22'
|
||||
files=(
|
||||
"https://curl.se/ca/cacert-${version}.pem#08df40e8f528ed283b0e480ba4bcdbfdd2fdcf695a7ada1668243072d80f8b6f"
|
||||
"https://curl.se/ca/cacert-${version}.pem#23c2469e2a568362a62eecf1b49ed90a15621e6fa30e29947ded3436422de9b9"
|
||||
)
|
||||
workdir='.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue