psqlodbc: Update to version 17.00.0005

This commit is contained in:
github-actions[bot] 2025-05-27 16:29:55 +00:00
parent 59b2d93f3e
commit d1a29de53c

View File

@ -1,17 +1,17 @@
{ {
"version": "17.00.0004", "version": "17.00.0005",
"description": "The official PostgreSQL ODBC Driver", "description": "The official PostgreSQL ODBC Driver",
"homepage": "https://odbc.postgresql.org/", "homepage": "https://odbc.postgresql.org/",
"license": "LGPL-2.0-or-later", "license": "LGPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0004/psqlodbc_x64.msi", "url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0005/psqlodbc_x64.msi",
"hash": "218a815b2385a2bce83f606c868c5a563861e110c84cbd3911b6c213591a472a", "hash": "1e2afa23530c9f3ed9e5dbf3be6ec605816973a422dc6072fdbdaa66c5eb8e3b",
"extract_dir": "PFiles64\\psqlODBC\\1700" "extract_dir": "PFiles64\\psqlODBC\\1700"
}, },
"32bit": { "32bit": {
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0004/psqlodbc_x86.msi", "url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0005/psqlodbc_x86.msi",
"hash": "c374c6240fa4ee3d8965f15292cc680233ad15729d91b8fa7f7b0c11f571c54e", "hash": "0682c8856ce9a29d6d6be947bf1f5a772ee6e353018e6567567ed9b909981078",
"extract_dir": "PFiles\\psqlODBC\\1700" "extract_dir": "PFiles\\psqlODBC\\1700"
} }
}, },