Skip to content

Commit 55fad28

Browse files
authored
postgresql.json: Update to 17.6 and correct checkvar
1 parent 2c7b8bb commit 55fad28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bucket/postgresql.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "17.4",
2+
"version": "17.6",
33
"description": "Object-relational database management system based on POSTGRES.",
44
"homepage": "https://www.postgresql.org",
55
"license": "PostgreSQL",
@@ -10,8 +10,8 @@
1010
],
1111
"architecture": {
1212
"64bit": {
13-
"url": "https://get.enterprisedb.com/postgresql/postgresql-17.4-1-windows-x64-binaries.zip",
14-
"hash": "80bb49e80df0100dd52e7b3c647896f8d8cfde760b6473e5180819c8df4b23c4"
13+
"url": "https://get.enterprisedb.com/postgresql/postgresql-17.6-1-windows-x64-binaries.zip",
14+
"hash": "d378882abd001a186735acd6f6ba716bca6ccd192e800412d4fd15ed25376b3e"
1515
}
1616
},
1717
"extract_dir": "pgsql",
@@ -35,7 +35,7 @@
3535
"persist": "data",
3636
"checkver": {
3737
"url": "https://www.postgresql.org/ftp/source/",
38-
"regex": "v(?<version>[\\d.]+)"
38+
"regex": "v(?<version>[\\d.]+)/"
3939
},
4040
"autoupdate": {
4141
"architecture": {

0 commit comments

Comments
 (0)