ScoopInstaller_Main/bucket/geoipupdate.json
2020-04-17 09:06:09 +02: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.3.0",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.3.0/geoipupdate_4.3.0_windows_amd64.zip",
"hash": "a00c8dc0f0c2d058e11b3b8aa5bcbf9ce15367482a311cc287db7f96aeeaea82",
"extract_dir": "geoipupdate_4.3.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.3.0/geoipupdate_4.3.0_windows_386.zip",
"hash": "d3e34310591ad58e1007d8fab830ef07eb3895ae57d0cf5d21e725a4b29ba5c6",
"extract_dir": "geoipupdate_4.3.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"
}
}
}