ScoopInstaller_Main/bucket/geoipupdate.json
2023-03-16 16:33:34 +00:00

38 lines
1.6 KiB
JSON

{
"version": "4.11.1",
"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/v4.11.1/geoipupdate_4.11.1_windows_amd64.zip",
"hash": "0cc5cc2b35c8d8c127ccc7487bc60c4a5a5f9e49375c1cc052983eb543e2ac37",
"extract_dir": "geoipupdate_4.11.1_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.11.1/geoipupdate_4.11.1_windows_386.zip",
"hash": "5365306f8529b7059c1b1c267576a9860d5edf3277fa4b9b1b29c6600600bafb",
"extract_dir": "geoipupdate_4.11.1_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"
}
}
}