From 2660abd6830a37f5f5b24304a02638d83020d52c 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-sqlplus: Update to version 21.12.0.0.0 --- bucket/oracle-instant-client-sqlplus.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/oracle-instant-client-sqlplus.json b/bucket/oracle-instant-client-sqlplus.json index babd1baa03..81712a0d3b 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "21.11.0.0.0", + "version": "21.12.0.0.0", "description": "The SQL*Plus command line tool for SQL and PL/SQL queries with Oracle 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-sqlplus-windows.x64-21.11.0.0.0dbru.zip", - "hash": "91d827a80b3feabba0573747f19eac4e26e26255917f508b6d8e17e1c1c5055f" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sqlplus-windows.x64-21.12.0.0.0dbru.zip", + "hash": "24790db1f4396362af567aafcc507f211bc358e7ac805dffb2e62ecda6035ae8" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sqlplus-nt-21.11.0.0.0dbru.zip", - "hash": "d71d0d0e8810f328f44dcfde903fae0e0467f4359a554abc015874cbb3c39757" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sqlplus-nt-21.12.0.0.0dbru.zip", + "hash": "1f13dd8d6624d46dc9c1404c29204747733555a320ae6b1276e60e5bf34b0aca" } }, - "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"