Update postgresql to version 10.3

This commit is contained in:
Richard Kuhnt 2018-03-01 13:00:41 +00:00
parent 8f48d95537
commit f91002af9b

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.postgresql.org/", "homepage": "https://www.postgresql.org/",
"version": "10.2", "version": "10.3",
"license": "https://www.postgresql.org/about/licence/", "license": "https://www.postgresql.org/about/licence/",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.2-1-windows-x64-binaries.zip", "url": "https://get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-x64-binaries.zip",
"hash": "46db1a081608dce5a2a13d8c086e412033e3b1ed892a591d77ce7c915cd19454" "hash": "9e5cc5c4d8d368042f5e3ad3a2e8a530a8d9ae9e61354ff3dece6462eccfac00"
}, },
"32bit": { "32bit": {
"url": "https://get.enterprisedb.com/postgresql/postgresql-10.2-1-windows-binaries.zip", "url": "https://get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-binaries.zip",
"hash": "54b60bcda7ded99a85df21c280f2b7a36c58fdadd4b7148583b07046e8a21ad8" "hash": "7ad56fa515673060fa797208f314431fdcce36db9fdd3bb5b6fbb1d569aa548b"
} }
}, },
"extract_dir": "pgsql", "extract_dir": "pgsql",