From 4884f7e4c6bac49168cb596d05e18a06daf190c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:29:45 +0000 Subject: [PATCH] oracle-instant-client-sqlplus: Update to version 21.14.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 88af64c343..75453d18b9 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "21.13.0.0.0", + "version": "21.14.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/2113000/instantclient-sqlplus-windows.x64-21.13.0.0.0dbru.zip", - "hash": "b04fcec55d3f6c7edf6283cd99c7c14acfe92a3e76caea087a8076d5ce3b9f33" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-sqlplus-windows.x64-21.14.0.0.0dbru.zip", + "hash": "4fce72b26137e433ca447b3063faca23a46cdd38cb69ba63ba3014cdf5d1e36b" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-sqlplus-nt-21.13.0.0.0dbru.zip", - "hash": "fbf99a7ba463a2dedb8569d345f44677e4067141e34de57b67f772201fe5e649" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-sqlplus-nt-21.14.0.0.0dbru.zip", + "hash": "32d82052c08e6f7449590b430d641364ddad2440ead8abd396f666c72a71c8e4" } }, - "extract_dir": "instantclient_21_13", + "extract_dir": "instantclient_21_14", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"