ScoopInstaller_Main/postgresql.json
2017-11-11 20:48:38 +01:00

38 lines
1.2 KiB
JSON

{
"homepage": "https://www.postgresql.org/",
"version": "10.1",
"license": "https://www.postgresql.org/about/licence/",
"architecture": {
"64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.1-2-windows-x64-binaries.zip",
"hash": "ff35a92a07784dc845e498efb160f858d87222d88c93fb0c8ff4a563ba09a8c1"
},
"32bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.1-1-windows-binaries.zip",
"hash": "84ccc56190d4e123f98e4adc182db1573c027247ad8b1da1bd28cf0936c51698"
}
},
"extract_dir": "pgsql",
"env_add_path": "bin",
"shortcuts": [
[
"pgAdmin 4\\bin\\pgAdmin4.exe",
"pgAdmin 4"
]
],
"checkver": {
"url": "https://www.enterprisedb.com/products-services-training/pgbindownload",
"re": "<b>Version ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-$version-2-windows-x64-binaries.zip"
},
"32bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-$version-1-windows-binaries.zip"
}
}
}
}