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