ScoopInstaller_Main/postgresql.json
2017-10-11 20:12:52 +02:00

38 lines
1.2 KiB
JSON

{
"homepage": "https://www.postgresql.org/",
"version": "10.0",
"license": "https://www.postgresql.org/about/licence/",
"architecture": {
"64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.0-1-windows-x64-binaries.zip",
"hash": "0f788762993091e43a32ed1c20265acca98baeb3beeaad19ecb8329c771dcfce"
},
"32bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.0-1-windows-binaries.zip",
"hash": "20a716be5b6a89ca610c2c32fb1872eeece954f48cb7b5cf398f6aa9c44b64ba"
}
},
"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-1-windows-x64-binaries.zip"
},
"32bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-$version-1-windows-binaries.zip"
}
}
}
}