ScoopInstaller_Main/bucket/geoipupdate.json
2020-02-21 00:01:50 +00:00

38 lines
1.6 KiB
JSON

{
"homepage": "https://dev.maxmind.com/geoip/geoipupdate/",
"description": "GeoIP Update program to perform automatic updates of GeoIP2 and GeoIP Legacy binary databases.",
"version": "4.2.0",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.2.0/geoipupdate_4.2.0_windows_amd64.zip",
"hash": "660efe5c5b2117cfcf0326e1e1e8b11687425b4f7865d37edd84432177544fbc",
"extract_dir": "geoipupdate_4.2.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.2.0/geoipupdate_4.2.0_windows_386.zip",
"hash": "8ad2836cae7a29285ee733782af7642cb8b9e2d13743a62ecbdd2de591b346b9",
"extract_dir": "geoipupdate_4.2.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"
}
}
}