mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Update ca-certificates to 2022-04-26
This commit is contained in:
parent
65693bd003
commit
8ed4ec9bc4
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/8ed4ec9bc4 Pull-request: https://github.com/SerenityOS/serenity/pull/13909 Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`brogue`](brogue/) | BrogueCE | 1.10.1 | https://github.com/tmewett/BrogueCE |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-03-29 | https://curl.se/docs/caextract.html |
|
||||
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-04-26 | https://curl.se/docs/caextract.html |
|
||||
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
|
||||
| [`ccache`](ccache/) | ccache | 4.6 | https://ccache.dev/ |
|
||||
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=ca-certificates
|
||||
version=2022-03-29
|
||||
files="https://curl.se/ca/cacert-${version}.pem cacert-${version}.pem 1979e7fe618c51ed1c9df43bba92f977a0d3fe7497ffa2a5e80dfc559a1e5a29"
|
||||
version=2022-04-26
|
||||
files="https://curl.se/ca/cacert-${version}.pem cacert-${version}.pem 08df40e8f528ed283b0e480ba4bcdbfdd2fdcf695a7ada1668243072d80f8b6f"
|
||||
auth_type=sha256
|
||||
workdir="."
|
||||
|
||||
|
|
Loading…
Reference in a new issue