ScoopInstaller_Main/bucket/geoipupdate.json
2024-04-09 01:14:23 +00:00

38 lines
1.6 KiB
JSON

{
"version": "7.0.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/v7.0.1/geoipupdate_7.0.1_windows_amd64.zip",
"hash": "6c4d88f11e9b739a568b2053247b2d0e74e9e531cc88235d66c28db0351596d5",
"extract_dir": "geoipupdate_7.0.1_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v7.0.1/geoipupdate_7.0.1_windows_386.zip",
"hash": "ee9bc7830e82e3c82b9ba5b3c4a91f07292eb2dd012a4fb1f28537b236b2e037",
"extract_dir": "geoipupdate_7.0.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"
}
}
}