Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit c0afb9d

Browse files
author
Leonid Pliushch
committed
store db on releases page currently
termux/termux-packages#6348
1 parent 5e163c1 commit c0afb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whatprovides

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
SCRIPT_NAME=$(basename "$(realpath "$0")")
55
DB_PATH="/data/data/com.termux/files/usr/var/lib/whatprovides/whatprovides.db"
6-
DB_UPDATES_URL="https://dl.bintray.com/termux/metadata/whatprovides-db/whatprovides.db.gz"
6+
DB_UPDATES_URL="https://github.com/termux/whatprovides/releases/download/2.2.0/whatprovides.db.gz"
77

88
show_usage () {
99
{

0 commit comments

Comments
 (0)