mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.postgresql.org/",
|
|
"version": "10.2",
|
|
"license": "https://www.postgresql.org/about/licence/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.2-1-windows-x64-binaries.zip",
|
|
"hash": "46db1a081608dce5a2a13d8c086e412033e3b1ed892a591d77ce7c915cd19454"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.2-1-windows-binaries.zip",
|
|
"hash": "54b60bcda7ded99a85df21c280f2b7a36c58fdadd4b7148583b07046e8a21ad8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|