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