From 53939378223073d5ccf5d08175f4cd9338e9931a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:31:44 +0000 Subject: [PATCH] oracle-instant-client-sdk: Update to version 21.7.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 cd9fd305ef..f65820f9b2 100644 --- a/bucket/oracle-instant-client-sdk.json +++ b/bucket/oracle-instant-client-sdk.json @@ -1,5 +1,5 @@ { - "version": "21.6.0.0.0", + "version": "21.7.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/216000/instantclient-sdk-windows.x64-21.6.0.0.0dbru.zip", - "hash": "bdf5e826e5b17402f8bc3c1e92673ae0a3abe6750f7ba21f62cf4b5e67a5ce14" + "url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-sdk-windows.x64-21.7.0.0.0dbru.zip", + "hash": "d17309a3402f603e1f89022205a5ba1dd548e2a4220735f060b1c38d5ba93683" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/216000/instantclient-sdk-nt-21.6.0.0.0dbru.zip", - "hash": "cb0b92f821ce1d547f314d4ed90d6ed287454442b9e8d4a0b8a8a7a40188876c" + "url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-sdk-nt-21.7.0.0.0dbru.zip", + "hash": "8e0fd2feeb89e73fbcda4681aba0af928bd1543d5edd0c2876ef9ff02922c85c" } }, - "extract_dir": "instantclient_21_6", + "extract_dir": "instantclient_21_7", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"