diff --git a/bucket/oracle-instant-client-odbc.json b/bucket/oracle-instant-client-odbc.json index b208a61547..3d0ee20b1a 100644 --- a/bucket/oracle-instant-client-odbc.json +++ b/bucket/oracle-instant-client-odbc.json @@ -1,5 +1,5 @@ { - "version": "21.13.0.0.0", + "version": "21.14.0.0.0", "description": "Additional libraries for enabling ODBC applications with Oracle Instant Client.", "homepage": "https://www.oracle.com/database/technologies/instant-client.html", "license": { @@ -9,15 +9,15 @@ "depends": "oracle-instant-client", "architecture": { "64bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-odbc-windows.x64-21.13.0.0.0dbru.zip", - "hash": "11c33dfc606b29681dc8b9cb045e2fc736015e6bb91cae1c5bee571fe231c572" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-odbc-windows.x64-21.14.0.0.0dbru.zip", + "hash": "ef494955278af3c5efe357fa84c643c424a8dacad13da60008bb5f1c98e408ca" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-odbc-nt-21.13.0.0.0dbru.zip", - "hash": "33ea5d6a6b2aa9994a47ced97aafb217c81d5aeebfbf9f73e24fe1573f09440e" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-odbc-nt-21.14.0.0.0dbru.zip", + "hash": "8dc2cd73bfedfa6790c869d58dc3c053aabb46934bb38d9b99fb85c17cd1b0db" } }, - "extract_dir": "instantclient_21_13", + "extract_dir": "instantclient_21_14", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"