mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
oracle-instant-client: Update to version 21.9.0.0.0
This commit is contained in:
parent
f5ed63d8df
commit
8b75d07ca2
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "21.8.0.0.0",
|
"version": "21.9.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/218000/instantclient-basic-windows.x64-21.8.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-basic-windows.x64-21.9.0.0.0dbru.zip",
|
||||||
"hash": "b9e4d191c4457aaba1828cee65b2d914220f7c5d043cbdc59d3bfe6e7764ba27",
|
"hash": "23ee17450f8817964ffee15062b172a03792067f9dc6cf94fc79d9b0ca02bc25",
|
||||||
"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/218000/instantclient-basic-nt-21.8.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-basic-nt-21.9.0.0.0dbru.zip",
|
||||||
"hash": "054597489fd863ffa73b130d1449e664fad32920f2e8e59613f50b66ec91536e",
|
"hash": "9f4b97334e464c07b29424368c602fec7ae4a36175dd22fb389fd567c4f84625",
|
||||||
"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": {
|
||||||
"Visual C++ Redistributable": "extras/vcredist2022"
|
"Visual C++ Redistributable": "extras/vcredist2022"
|
||||||
},
|
},
|
||||||
"extract_dir": "instantclient_21_8",
|
"extract_dir": "instantclient_21_9",
|
||||||
"env_add_path": ".",
|
"env_add_path": ".",
|
||||||
"persist": "network\\admin",
|
"persist": "network\\admin",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user