ScoopInstaller_Main/bucket/psqlodbc.json
2025-06-11 20:29:26 +00:00

37 lines
1.5 KiB
JSON

{
"version": "17.00.0006",
"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_0006/psqlodbc_x64.msi",
"hash": "1670d5ca092793d89834e7bd2338547159bacc4afbf55b3634590505d884758b",
"extract_dir": "PFiles64\\psqlODBC\\1700"
},
"32bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0006/psqlodbc_x86.msi",
"hash": "06cbed39c4c6048d1eb53e080a2ba9321e2733364808f4e0c5bda580a4134594",
"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",
"extract_dir": "PFiles64\\psqlODBC\\$matchMajor$matchMinor"
},
"32bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-$matchMajor_$matchMinor_$matchPatch/psqlodbc_x86.msi",
"extract_dir": "PFiles\\psqlODBC\\$matchMajor$matchMinor"
}
}
}
}