mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
postgresql: Update to version 14.1 (#3024)
This commit is contained in:
parent
e8682b0df0
commit
330cbe78d8
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "14.0",
|
||||
"version": "14.1",
|
||||
"description": "Object-relational database management system based on POSTGRES.",
|
||||
"homepage": "https://www.postgresql.org",
|
||||
"license": "PostgreSQL",
|
||||
@ -10,8 +10,8 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://get.enterprisedb.com/postgresql/postgresql-14.0-1-windows-x64-binaries.zip",
|
||||
"hash": "8a84e4a348d5a05b669ee5733b6dadfdcbbe089b17bcbec2dbcd2ad69ff1f661"
|
||||
"url": "https://get.enterprisedb.com/postgresql/postgresql-14.1-1-windows-x64-binaries.zip",
|
||||
"hash": "7c8aeca0329d8b86c42579d849d061a7b60173de9156d7b43cf09d1e54f4f533"
|
||||
}
|
||||
},
|
||||
"extract_dir": "pgsql",
|
||||
@ -33,7 +33,7 @@
|
||||
"persist": "data",
|
||||
"checkver": {
|
||||
"url": "https://www.enterprisedb.com/download-postgresql-binaries",
|
||||
"regex": "<b>Version ([\\d.]+)<"
|
||||
"regex": "Binaries from installer .+ Version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user