From 1a74599e668cb03697ded3814fdc89d46a30492f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 12:32:23 +0000 Subject: [PATCH] oracle-instant-client-sdk: Update to version 21.10.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 2bf1c4e942..23f7969aee 100644 --- a/bucket/oracle-instant-client-sdk.json +++ b/bucket/oracle-instant-client-sdk.json @@ -1,5 +1,5 @@ { - "version": "21.9.0.0.0", + "version": "21.10.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/219000/instantclient-sdk-windows.x64-21.9.0.0.0dbru.zip", - "hash": "02bf70a14b8a62039bd3fe3fe7d7c606781ae250e18a2465213dace1907e587d" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sdk-windows.x64-21.10.0.0.0dbru.zip", + "hash": "ba08538941d13c1b412030ad0ce8be32e256ea4b313312b5e5dd2d2dfc50469a" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-nt-21.9.0.0.0dbru.zip", - "hash": "6bd60cbb13493df1b6951f72677a59123285bac6afeb7033ca6861416664e862" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sdk-nt-21.10.0.0.0dbru.zip", + "hash": "ae433de22dab0eab907263a4b57fe59e63388161d7e14d19f80498df1970fa64" } }, - "extract_dir": "instantclient_21_9", + "extract_dir": "instantclient_21_10", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"