diff --git a/bucket/oracle-instant-client-odbc.json b/bucket/oracle-instant-client-odbc.json index 25949f40c5..59ddd3c677 100644 --- a/bucket/oracle-instant-client-odbc.json +++ b/bucket/oracle-instant-client-odbc.json @@ -1,5 +1,5 @@ { - "version": "21.7.0.0.0", + "version": "21.8.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/217000/instantclient-odbc-windows.x64-21.7.0.0.0dbru.zip", - "hash": "428c7f32863e77101cbdbe2eb80d7eacb7c1a0dc5074038076a28641fac64e96" + "url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-odbc-windows.x64-21.8.0.0.0dbru.zip", + "hash": "a73ecf766a544b8f302eb91ad6def66ea83499b47d55f1fe3047414345e0b162" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-odbc-nt-21.7.0.0.0dbru.zip", - "hash": "3becbab9fcda0edea32503a81fc3f65bd0abf5e4f39eec4bb5fafb9c1b554975" + "url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-odbc-nt-21.8.0.0.0dbru.zip", + "hash": "f8b7111996c874d9484fff087d66cfbb682dc8ae6c00292494789e9f64d1b07f" } }, - "extract_dir": "instantclient_21_7", + "extract_dir": "instantclient_21_8", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"