ScoopInstaller_Main/bucket/geoipupdate.json
2021-07-20 16:00:24 +00:00

38 lines
1.6 KiB
JSON

{
"version": "4.8.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/v4.8.0/geoipupdate_4.8.0_windows_amd64.zip",
"hash": "4256fac4188ce7d7b8bb2096ec6ccbe94c84dcd6b71386773d47b15e3cdcfdf3",
"extract_dir": "geoipupdate_4.8.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.8.0/geoipupdate_4.8.0_windows_386.zip",
"hash": "942ba735c103adb71ef543ba7b4edb201c2f5e2586c516d34142796a5c24b75e",
"extract_dir": "geoipupdate_4.8.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"
}
}
}