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