mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
oracle-instant-client-sqlplus: Update to version 21.14.0.0.0
This commit is contained in:
parent
f4c5c8c2ff
commit
4884f7e4c6
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user