mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
oracle-instant-client-sqlplus: Update to version 23.9.0.25.07
This commit is contained in:
parent
7f68e72842
commit
5ce87a7634
@ -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.",
|
"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",
|
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
||||||
"license": {
|
"license": {
|
||||||
@ -9,11 +9,11 @@
|
|||||||
"depends": "oracle-instant-client",
|
"depends": "oracle-instant-client",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2380000/instantclient-sqlplus-windows.x64-23.8.0.25.04.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/2390000/instantclient-sqlplus-windows.x64-23.9.0.25.07.zip",
|
||||||
"hash": "a7422b0e894f6e878f3ada24fda78b94b69a12dc7c9b7fc8d687908a2f72dda5"
|
"hash": "130706639f18a3b1f6ecfa0ce39d1aebb2880588310780d13d2596ee226b690c"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "instantclient_23_8",
|
"extract_dir": "instantclient_23_9",
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"$instantclient = currentdir 'oracle-instant-client'",
|
"$instantclient = currentdir 'oracle-instant-client'",
|
||||||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user