ScoopInstaller_Main/bucket/geoipupdate.json
2020-10-28 15:53:05 +01:00

38 lines
1.6 KiB
JSON

{
"version": "4.4.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.4.0/geoipupdate_4.4.0_windows_amd64.zip",
"hash": "31a82e5913010e7fca0d0f2262475951dd2563f7c8874d013b2537d8b16bd251",
"extract_dir": "geoipupdate_4.4.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.4.0/geoipupdate_4.4.0_windows_386.zip",
"hash": "6bf35349573c6fccb5cadfaea5bf6d9a087fc02fe987f46a728104eca6962300",
"extract_dir": "geoipupdate_4.4.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"
}
}
}