From d71ebc8fbe4a6657fa3c32fa664d6ca7a318a90e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:27:36 +0000 Subject: [PATCH] oracle-instant-client-sdk: Update to version 21.12.0.0.0 --- bucket/oracle-instant-client-sdk.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/oracle-instant-client-sdk.json b/bucket/oracle-instant-client-sdk.json index 5875b5dd4b..66fdf08cc4 100644 --- a/bucket/oracle-instant-client-sdk.json +++ b/bucket/oracle-instant-client-sdk.json @@ -1,5 +1,5 @@ { - "version": "21.11.0.0.0", + "version": "21.12.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/2111000/instantclient-sdk-windows.x64-21.11.0.0.0dbru.zip", - "hash": "4e37082e96213ac3289bf81b7d2c5d280d5a6f76b08da76168f78216cbd6d8b5" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sdk-windows.x64-21.12.0.0.0dbru.zip", + "hash": "23ed66da1b72e22dd1de607201f36e02ffab653094cdcdfe58fb2e30ecdb9e32" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sdk-nt-21.11.0.0.0dbru.zip", - "hash": "45623d1fa575aba89b0bde402985200ed3f83927683ada31da8fe5c84bb4a303" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sdk-nt-21.12.0.0.0dbru.zip", + "hash": "9faa78502200aedfe8e1eaf4eba08fe2a47b575b0bcde15cb7fc39f3afe69554" } }, - "extract_dir": "instantclient_21_11", + "extract_dir": "instantclient_21_12", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"