mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
oracle-instant-client-sqlplus: Update to version 21.9.0.0.0
This commit is contained in:
parent
31659d685f
commit
718358f806
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.8.0.0.0",
|
||||
"version": "21.9.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/218000/instantclient-sqlplus-windows.x64-21.8.0.0.0dbru.zip",
|
||||
"hash": "ff87a267a16cf4811165e74a47e238db8ab679b31b5729c4435ac2cfcf1c8360"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sqlplus-windows.x64-21.9.0.0.0dbru.zip",
|
||||
"hash": "8acbf68165f38c59ffd18c45649e1ee20f7ebb1d23a7f2a73ad9f337b3e6a225"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-sqlplus-nt-21.8.0.0.0dbru.zip",
|
||||
"hash": "f0e2c465e3c36247147bcf083aa4d51f2f01eb743450aff5ef2fffbd13608ba1"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sqlplus-nt-21.9.0.0.0dbru.zip",
|
||||
"hash": "5e0f4e0c2d0857c8809d329adb6eef909f6b25c385734b3331d5c417816b9a9f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_21_8",
|
||||
"extract_dir": "instantclient_21_9",
|
||||
"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