mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
oracle-instant-client-sqlplus: Update to version 23.8.0.25.04
This commit is contained in:
parent
79563e099e
commit
47964c0aba
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "23.7.0.25.01",
|
||||
"version": "23.8.0.25.04",
|
||||
"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/2370000/instantclient-sqlplus-windows.x64-23.7.0.25.01.zip",
|
||||
"hash": "247ad4398f02c4b6ad8a7a344f7c46b772f4899f3f048aaaa2c9a6f256e2fbb5"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2380000/instantclient-sqlplus-windows.x64-23.8.0.25.04.zip",
|
||||
"hash": "a7422b0e894f6e878f3ada24fda78b94b69a12dc7c9b7fc8d687908a2f72dda5"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_23_7",
|
||||
"extract_dir": "instantclient_23_8",
|
||||
"pre_install": [
|
||||
"$instantclient = currentdir 'oracle-instant-client'",
|
||||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user