mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
11 lines
200 B
Plaintext
Executable File
11 lines
200 B
Plaintext
Executable File
url=https://www.nvidia.com/en-us/drivers/unix/
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| sed 's/<br>/\n/g' \
|
|
| grep "Latest Production Branch Version:" \
|
|
| head -n1 \
|
|
| sed 's/\".*\"//' \
|
|
| grep -Eo [0-9.]+
|
|
}
|