From f5ed63d8dfbccf71719b07fb60c1f090e5f3785b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:38:37 +0000 Subject: [PATCH] oracle-instant-client-sdk: Update to version 21.9.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 266664c20f..c889a76c6f 100644 --- a/bucket/oracle-instant-client-sdk.json +++ b/bucket/oracle-instant-client-sdk.json @@ -1,5 +1,5 @@ { - "version": "21.8.0.0.0", + "version": "21.9.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/218000/instantclient-sdk-windows.x64-21.8.0.0.0dbru.zip", - "hash": "43157068ffca2247937eab15642532c39d4cd15a0c2a211b29edaebfc02b8b0d" + "url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-windows.x64-21.9.0.0.0dbru.zip", + "hash": "02bf70a14b8a62039bd3fe3fe7d7c606781ae250e18a2465213dace1907e587d" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-sdk-nt-21.8.0.0.0dbru.zip", - "hash": "fc5eaf112e1a1842267b2cf291ef8c52afea5632fb94a29d303277ee625bc0e9" + "url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-nt-21.9.0.0.0dbru.zip", + "hash": "6bd60cbb13493df1b6951f72677a59123285bac6afeb7033ca6861416664e862" } }, - "extract_dir": "instantclient_21_8", + "extract_dir": "instantclient_21_9", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"