mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
oracle-instant-client-odbc: Update to version 21.11.0.0.0
This commit is contained in:
parent
cec49bc117
commit
64aba3e8ce
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.10.0.0.0",
|
||||
"version": "21.11.0.0.0",
|
||||
"description": "Additional libraries for enabling ODBC applications 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/2110000/instantclient-odbc-windows.x64-21.10.0.0.0dbru.zip",
|
||||
"hash": "9f1d5fd92bf2c1f74e9081f953cef09f24b75b2e9ddf202f3c8e5ad5ff736625"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-odbc-windows.x64-21.11.0.0.0dbru.zip",
|
||||
"hash": "405a9f2f61b3059d43d020c5a9b902206df59a7bfb60bd9096757f741cafb295"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-odbc-nt-21.10.0.0.0dbru.zip",
|
||||
"hash": "ba4bbd46854e6971d7ad2ae4f1ec434a81a220ab5d7b28dd7290d25366d56cd2"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-odbc-nt-21.11.0.0.0dbru.zip",
|
||||
"hash": "d90ab5b934d6c254818a3042dbe85b3f1e8a7ebd11d281f8e46bedeab268d3e1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_21_10",
|
||||
"extract_dir": "instantclient_21_11",
|
||||
"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