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

38 lines
1.6 KiB
JSON

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