new database url

This commit is contained in:
Leonid Pliushch 2021-06-26 18:31:54 +03:00 committed by GitHub
parent c0afb9d22d
commit 99aa49cdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
SCRIPT_NAME=$(basename "$(realpath "$0")")
DB_PATH="/data/data/com.termux/files/usr/var/lib/whatprovides/whatprovides.db"
DB_UPDATES_URL="https://github.com/termux/whatprovides/releases/download/2.2.0/whatprovides.db.gz"
DB_UPDATES_URL="https://packages.termux.org/whatprovides/whatprovides.db.gz"
show_usage () {
{