Skip to content

Commit

Permalink
chore: use 2024-03 database
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Mar 22, 2024
1 parent c54718b commit 6ae4617
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/20231201-ip2country_as.mmdb.gz
db_sha256=23a27f7a3bbb3ba9d74d4e09b71fc063ba40f527dc2601886e3b5ece9180ac51
db_url=https://archive.org/download/ip2country-as/20240301-ip2country_as.mmdb.gz
db_sha256=f510616ad888fd9ae096794294f1ba6f8a06afaaef8f511f874ae6a72f3fca69

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

0 comments on commit 6ae4617

Please sign in to comment.