ScoopInstaller_Main/bucket/geoipupdate.json
2023-05-08 16:30:17 +00:00

38 lines
1.6 KiB
JSON

{
"version": "5.1.1",
"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/v5.1.1/geoipupdate_5.1.1_windows_amd64.zip",
"hash": "64ad6df02fc7bcbfb68e08bd001b4470db352589fef034a829e3409984aa4bd4",
"extract_dir": "geoipupdate_5.1.1_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v5.1.1/geoipupdate_5.1.1_windows_386.zip",
"hash": "c45aab0ba92c61ef81059f07c774afdc93e152a762f7488a713bf0ee12b6889e",
"extract_dir": "geoipupdate_5.1.1_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"
}
}
}