mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "17.00.0001",
|
|
"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_0001/psqlodbc_x64.msi",
|
|
"hash": "dbbf7a9cae9b3aa0589d0419865fa7f7ba5dca9f3b8a6cfe11601b1ccff687a9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0001/psqlodbc_x86.msi",
|
|
"hash": "c11a52b0a383ce5120304df14e747dae756269b8ac243f1d444c26396e737971"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|