diff --git a/bucket/oracle-instant-client-sdk.json b/bucket/oracle-instant-client-sdk.json index 23f7969aee..5875b5dd4b 100644 --- a/bucket/oracle-instant-client-sdk.json +++ b/bucket/oracle-instant-client-sdk.json @@ -1,5 +1,5 @@ { - "version": "21.10.0.0.0", + "version": "21.11.0.0.0", "description": "Additional header files and an example makefile for developing Oracle applications with 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/2110000/instantclient-sdk-windows.x64-21.10.0.0.0dbru.zip", - "hash": "ba08538941d13c1b412030ad0ce8be32e256ea4b313312b5e5dd2d2dfc50469a" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sdk-windows.x64-21.11.0.0.0dbru.zip", + "hash": "4e37082e96213ac3289bf81b7d2c5d280d5a6f76b08da76168f78216cbd6d8b5" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sdk-nt-21.10.0.0.0dbru.zip", - "hash": "ae433de22dab0eab907263a4b57fe59e63388161d7e14d19f80498df1970fa64" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sdk-nt-21.11.0.0.0dbru.zip", + "hash": "45623d1fa575aba89b0bde402985200ed3f83927683ada31da8fe5c84bb4a303" } }, - "extract_dir": "instantclient_21_10", + "extract_dir": "instantclient_21_11", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"