ScoopInstaller_Main/bucket/geoipupdate.json
2022-09-27 00:39:57 +00:00

38 lines
1.6 KiB
JSON

{
"version": "4.10.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.10.0/geoipupdate_4.10.0_windows_amd64.zip",
"hash": "63608682cbccfadd79ad3623a21e8c80fa361f53edf1066ea944907cb2fb11c8",
"extract_dir": "geoipupdate_4.10.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v4.10.0/geoipupdate_4.10.0_windows_386.zip",
"hash": "5299a3fb10b7b9cb6d2afdbeb4444d3edfce21f5bbcf31fbccc9fed798d41ec6",
"extract_dir": "geoipupdate_4.10.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"
}
}
}