mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
8 lines
112 B
Plaintext
8 lines
112 B
Plaintext
url=https://sqlite.org/index.html
|
|
|
|
port_getver() {
|
|
fetch \
|
|
| grep -Eo "Version [0-9.]+" \
|
|
| cut -d ' ' -f2
|
|
}
|