ScoopInstaller_Main/bucket/geoipupdate.json
2023-04-14 00:33:23 +00:00

38 lines
1.6 KiB
JSON

{
"version": "5.0.2",
"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/v5.0.2/geoipupdate_5.0.2_windows_amd64.zip",
"hash": "51f1997ce9e01c89dece57b406e11159b934de46ba626f2a8b27d664fe9fd19b",
"extract_dir": "geoipupdate_5.0.2_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v5.0.2/geoipupdate_5.0.2_windows_386.zip",
"hash": "89262f4e5febd6f3d73e4ba031d89679a3edc913074356eea42453f395ffbd6a",
"extract_dir": "geoipupdate_5.0.2_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"
}
}
}