ScoopInstaller_Main/bucket/psqlodbc.json
2024-11-25 20:28:58 +00:00

35 lines
1.3 KiB
JSON

{
"version": "17.00.0003",
"description": "The official PostgreSQL ODBC Driver",
"homepage": "https://odbc.postgresql.org/",
"license": "LGPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0003/psqlodbc_x64.msi",
"hash": "ac4d97ec32a8e7fca5597ecf40208d01dc6e1d35a7684074679dec27be940753"
},
"32bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0003/psqlodbc_x86.msi",
"hash": "01c0469766ae0365684b19bcfb0d7c128b5f6f966b50635a465a80ba3a3989b7"
}
},
"extract_dir": "PFiles\\psqlODBC\\1700",
"env_add_path": "bin",
"checkver": {
"url": "https://www.postgresql.org/ftp/odbc/releases/",
"regex": "REL-(?<major>\\d+)_(?<minor>\\d+)_(?<patch>\\d+)",
"replace": "${major}.${minor}.${patch}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-$matchMajor_$matchMinor_$matchPatch/psqlodbc_x64.msi"
},
"32bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-$matchMajor_$matchMinor_$matchPatch/psqlodbc_x86.msi"
}
},
"extract_dir": "PFiles\\psqlODBC\\$matchMajor$matchMinor"
}
}