mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
oracle-instant-client: Update to version 21.10.0.0.0
This commit is contained in:
parent
e4c2698f5c
commit
100badb1b4
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.9.0.0.0",
|
||||
"version": "21.10.0.0.0",
|
||||
"description": "Connect to a local or remote Oracle Database for development and production deployment.",
|
||||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
||||
"license": {
|
||||
@ -8,16 +8,16 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-basic-windows.x64-21.9.0.0.0dbru.zip",
|
||||
"hash": "23ee17450f8817964ffee15062b172a03792067f9dc6cf94fc79d9b0ca02bc25",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-basic-windows.x64-21.10.0.0.0dbru.zip",
|
||||
"hash": "fbd46b763a6105eede8783dfd37dbdd4a11479db12e995b6742875c38eff43c5",
|
||||
"env_set": {
|
||||
"OCI_LIB64": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-basic-nt-21.9.0.0.0dbru.zip",
|
||||
"hash": "9f4b97334e464c07b29424368c602fec7ae4a36175dd22fb389fd567c4f84625",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-basic-nt-21.10.0.0.0dbru.zip",
|
||||
"hash": "ed6f7a286954e103e1974316bd7729abb515af3a0e4f6518bb39806841a4f39e",
|
||||
"env_set": {
|
||||
"OCI_LIB32": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
@ -27,7 +27,7 @@
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2022"
|
||||
},
|
||||
"extract_dir": "instantclient_21_9",
|
||||
"extract_dir": "instantclient_21_10",
|
||||
"env_add_path": ".",
|
||||
"persist": "network\\admin",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user