ScoopInstaller_Main/bucket/geoipupdate.json
2022-02-16 00:32:16 +00:00

38 lines
1.6 KiB
JSON

{
"version": "4.9.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.9.0/geoipupdate_4.9.0_windows_amd64.zip",
"hash": "8cb6edb6d2fb09357cdad28569b2f3f75d0b71c8085d407f44b795426ded007c",
"extract_dir": "geoipupdate_4.9.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.9.0/geoipupdate_4.9.0_windows_386.zip",
"hash": "dd100dd4d9e85bc78a9d6bc21cb6c7ec15d57e406a0d04cce4025266d60dd582",
"extract_dir": "geoipupdate_4.9.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"
}
}
}