mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
url=https://curl.se/docs/caextract.html
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo cacert-[0-9.]+-[0-9.]+-[0-9.]+.pem \
|
|
| sed "s/cacert-//;s/\.pem//;s/-//g"
|
|
}
|