Skip to content

Commit

Permalink
chore: use 2023-12 database
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 12, 2023
1 parent b1022eb commit fcea9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -euxo pipefail

# Variables you should set when updating. You SHOULD check on
# https://db-ip.com/ if a new version is available.
db_url=https://archive.org/download/ip2country-as/20231101-ip2country_as.mmdb.gz
db_sha256=0e952eee75afd7ee7d23be761bf7051f3e801d12509fb71e883374e16a7a052b
db_url=https://archive.org/download/ip2country-as/20231201-ip2country_as.mmdb.gz
db_sha256=23a27f7a3bbb3ba9d74d4e09b71fc063ba40f527dc2601886e3b5ece9180ac51

# Remove leftovers.
rm -f ./assets/*.mmdb ./assets/*.mmdb.gz
Expand Down

0 comments on commit fcea9f9

Please sign in to comment.