ScoopInstaller_Main/bucket/geoipupdate.json
2023-07-12 20:25:35 +00:00

38 lines
1.6 KiB
JSON

{
"version": "6.0.0",
"description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
"homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v6.0.0/geoipupdate_6.0.0_windows_amd64.zip",
"hash": "909771b345967db7e7e3782551a12996ab9f1840eba0f43bdd5500adf7c065b5",
"extract_dir": "geoipupdate_6.0.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v6.0.0/geoipupdate_6.0.0_windows_386.zip",
"hash": "b41c8b19920214cb9366ba0d71985cc6a44393c4841b89b7e7afc6c3367d0f24",
"extract_dir": "geoipupdate_6.0.0_windows_386"
}
},
"bin": "geoipupdate.exe",
"checkver": {
"github": "https://github.com/maxmind/geoipupdate"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_amd64.zip",
"extract_dir": "geoipupdate_$version_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate_$version_windows_386.zip",
"extract_dir": "geoipupdate_$version_windows_386"
}
},
"hash": {
"url": "$baseurl/checksums-windows.txt"
}
}
}