Files
ports/core/sqlite/update
2019-08-27 16:17:36 +08:00

8 lines
114 B
Plaintext

url=https://sqlite.org/index.html
getver_sqlite() {
fetch \
| grep -Eo "Version [0-9.]+" \
| cut -d ' ' -f2
}