diff --git a/bucket/oracle-instant-client-sqlplus.json b/bucket/oracle-instant-client-sqlplus.json index fe688fd8d6..4b4a63c160 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "23.8.0.25.04", + "version": "23.9.0.25.07", "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/2380000/instantclient-sqlplus-windows.x64-23.8.0.25.04.zip", - "hash": "a7422b0e894f6e878f3ada24fda78b94b69a12dc7c9b7fc8d687908a2f72dda5" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2390000/instantclient-sqlplus-windows.x64-23.9.0.25.07.zip", + "hash": "130706639f18a3b1f6ecfa0ce39d1aebb2880588310780d13d2596ee226b690c" } }, - "extract_dir": "instantclient_23_8", + "extract_dir": "instantclient_23_9", "pre_install": [ "$instantclient = currentdir 'oracle-instant-client'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"