ScoopInstaller_Main/bucket/geoipupdate.json
2023-04-13 00:32:54 +00:00

38 lines
1.6 KiB
JSON

{
"version": "5.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/v5.0.0/geoipupdate_5.0.0_windows_amd64.zip",
"hash": "e79f528e38fb7c600468cd36a6a10334e75f2e8a49b9120986324a001aeb11ce",
"extract_dir": "geoipupdate_5.0.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v5.0.0/geoipupdate_5.0.0_windows_386.zip",
"hash": "3039627a9112b7882772959e643d034f7b464a67df8cd897e627d62897c8a61c",
"extract_dir": "geoipupdate_5.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"
}
}
}