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