From 093aa49d19aee60c4d3ea9719de7668bd9fc7d32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:30:11 +0000 Subject: [PATCH] oracle-instant-client-sqlplus: Update to version 23.7.0.25.01 --- bucket/oracle-instant-client-sqlplus.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/oracle-instant-client-sqlplus.json b/bucket/oracle-instant-client-sqlplus.json index 20c822a9eb..2944079192 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "23.6.0.24.10", + "version": "23.7.0.25.01", "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,11 +9,11 @@ "depends": "oracle-instant-client", "architecture": { "64bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2360000/instantclient-sqlplus-windows.x64-23.6.0.24.10.zip", - "hash": "09ebe010ba87b90f2f8aa8cca901b0f4738af43030112cdd13d820de7e27ca74" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2370000/instantclient-sqlplus-windows.x64-23.7.0.25.01.zip", + "hash": "247ad4398f02c4b6ad8a7a344f7c46b772f4899f3f048aaaa2c9a6f256e2fbb5" } }, - "extract_dir": "instantclient_23_6", + "extract_dir": "instantclient_23_7", "pre_install": [ "$instantclient = currentdir 'oracle-instant-client'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"