module Geocoder::MaxmindDatabase

def archive_url_path(package)

def archive_url_path(package)
  {
    geolite_country_csv: "GeoIPCountryCSV.zip",
    geolite_city_csv: "GeoLiteCity_CSV/GeoLiteCity-latest.zip",
    geolite_asn_csv: "asnum/GeoIPASNum2.zip"
  }[package]
end