From a1c7af075c658a5646b47b2e5332e98ada9bf535 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: Update to version 21.7.0.0.0 --- bucket/oracle-instant-client.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/oracle-instant-client.json b/bucket/oracle-instant-client.json index cdd586ca36..8f88a68c8e 100644 --- a/bucket/oracle-instant-client.json +++ b/bucket/oracle-instant-client.json @@ -1,5 +1,5 @@ { - "version": "21.6.0.0.0", + "version": "21.7.0.0.0", "description": "Connect to a local or remote Oracle Database for development and production deployment.", "homepage": "https://www.oracle.com/database/technologies/instant-client.html", "license": { @@ -8,16 +8,16 @@ }, "architecture": { "64bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/216000/instantclient-basic-windows.x64-21.6.0.0.0dbru.zip", - "hash": "0a977e76ceed7fae926d0e9f60a02028137265adcdbbb64bddcd2c265b46f6c8", + "url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-basic-windows.x64-21.7.0.0.0dbru.zip", + "hash": "496b769d1c3ffc00a91fce4b0c31dde9cb5b5dd575f4f4f416fe1f0288be4ee4", "env_set": { "OCI_LIB64": "$dir", "TNS_ADMIN": "$dir\\network\\admin" } }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/216000/instantclient-basic-nt-21.6.0.0.0dbru.zip", - "hash": "8eed573cfc49ba57f70ea391c788315179fa394f6fcd6a74ebd991beba487c58", + "url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-basic-nt-21.7.0.0.0dbru.zip", + "hash": "5a94e7a045cf0d6c05936e3d283ab868747d257cbf1054e077388fc9dcad3e5c", "env_set": { "OCI_LIB32": "$dir", "TNS_ADMIN": "$dir\\network\\admin" @@ -27,7 +27,7 @@ "suggest": { "Visual C++ Redistributable": "extras/vcredist2022" }, - "extract_dir": "instantclient_21_6", + "extract_dir": "instantclient_21_7", "env_add_path": ".", "persist": "network\\admin", "checkver": {