ScoopInstaller_Main/bucket/geoipupdate.json
2024-11-18 20:28:50 +00:00

38 lines
1.6 KiB
JSON

{
"version": "7.1.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/v7.1.0/geoipupdate_7.1.0_windows_amd64.zip",
"hash": "7e63d43833cdde5d0f06f22f19c2fcaf38b1da5e4745ce0348ab8c2246202373",
"extract_dir": "geoipupdate_7.1.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/maxmind/geoipupdate/releases/download/v7.1.0/geoipupdate_7.1.0_windows_386.zip",
"hash": "bf07b2e7723d59c685711ceb06aba25db31f79a09951c62a1640352eeefa59b8",
"extract_dir": "geoipupdate_7.1.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"
}
}
}