mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
parent
cfad41d179
commit
0887b51445
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "15.4",
|
||||
"version": "16.0",
|
||||
"description": "Object-relational database management system based on POSTGRES.",
|
||||
"homepage": "https://www.postgresql.org",
|
||||
"license": "PostgreSQL",
|
||||
@ -11,8 +11,8 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://get.enterprisedb.com/postgresql/postgresql-15.4-1-windows-x64-binaries.zip#/dl.zip_",
|
||||
"hash": "1924951bfcfec130028a1507ce7266be68a0481a43badb87c5b6acaf0da58222"
|
||||
"url": "https://get.enterprisedb.com/postgresql/postgresql-16.0-1-windows-x64-binaries.zip#/dl.zip_",
|
||||
"hash": "057289875516cf039f2d57a07d62ba09baf30e9984b6c252ae7f9746e2cf549b"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
@ -39,8 +39,8 @@
|
||||
},
|
||||
"persist": "data",
|
||||
"checkver": {
|
||||
"url": "https://www.enterprisedb.com/download-postgresql-binaries",
|
||||
"regex": "Binaries from installer .+?Version ([\\d.]+)"
|
||||
"url": "https://www.postgresql.org/ftp/source/",
|
||||
"regex": "v(?<version>[\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user