Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed May 13, 2021
1 parent 1150888 commit 80935e0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ This product includes GeoLite2 data created by MaxMind, available from
includes <a href='https://db-ip.com'>IP Geolocation by DB-IP</a>.

Report issues for this repo at https://github.com/ooni/probe-engine/issues.

## Release instructions

1. edit `build.sh` and update the database URLs and their checksums;

2. run `./build.sh`

3. follow on-screen instructions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
Binary file added assets/asn.mmdb
Binary file not shown.
Binary file added assets/country.mmdb
Binary file not shown.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ set -e
# Regarding the country database, you SHOULD check if a new version
# is available, update the URL and the sha1sum (they don't provide
# anything better than SHA1, so I guess we have to live with it).
country_db_url=https://download.db-ip.com/free/dbip-country-lite-2021-04.mmdb.gz
country_db_sha1sum=91804a84a3962ce16adfa00ef22463626b5db295
asn_db_url=https://github.com/ooni/asn-db-generator/releases/download/20210426113524/asn.mmdb.gz
asn_db_sha256sum=cb8ccecf45c2fe6b7ff7d027399d6fdc337e6bff7da9cd0c0bced83d32db5f8e
country_db_url=https://download.db-ip.com/free/dbip-country-lite-2021-05.mmdb.gz
country_db_sha1sum=0b2f518db71f3002a98286e649e8b5ac80577c56
asn_db_url=https://github.com/ooni/asn-db-generator/releases/download/20210513045517/asn.mmdb.gz
asn_db_sha256sum=64a2a9746b6fb7711bb9156fefb9cd499071427b660cc8af1a1d0bdd5d2a1741

# Make sure you are in the master branch of the repository.
if [ "`git branch --show-current`" != "master" ]; then
Expand Down

0 comments on commit 80935e0

Please sign in to comment.