From 45a122bf01b85a9847da31b2f94eb95843dab3f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:31:26 +0000 Subject: [PATCH] oracle-instant-client-sqlplus: Update to version 21.15.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 75453d18b9..b227052af2 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "21.14.0.0.0", + "version": "21.15.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/2114000/instantclient-sqlplus-windows.x64-21.14.0.0.0dbru.zip", - "hash": "4fce72b26137e433ca447b3063faca23a46cdd38cb69ba63ba3014cdf5d1e36b" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sqlplus-windows.x64-21.15.0.0.0dbru.zip", + "hash": "f2355f95fec1528a0494d6e3594f8f14d97e0c526a3d699a3955bda1f895733a" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-sqlplus-nt-21.14.0.0.0dbru.zip", - "hash": "32d82052c08e6f7449590b430d641364ddad2440ead8abd396f666c72a71c8e4" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-sqlplus-nt-21.15.0.0.0dbru.zip", + "hash": "55e16c273bc3139e49177f72d5359da89f04df2840566da16d956d6937049a97" } }, - "extract_dir": "instantclient_21_14", + "extract_dir": "instantclient_21_15", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"