mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
oracle-instant-client: Update to version 21.7.0.0.0
This commit is contained in:
parent
5393937822
commit
a1c7af075c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.6.0.0.0",
|
||||
"version": "21.7.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/216000/instantclient-basic-windows.x64-21.6.0.0.0dbru.zip",
|
||||
"hash": "0a977e76ceed7fae926d0e9f60a02028137265adcdbbb64bddcd2c265b46f6c8",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-basic-windows.x64-21.7.0.0.0dbru.zip",
|
||||
"hash": "496b769d1c3ffc00a91fce4b0c31dde9cb5b5dd575f4f4f416fe1f0288be4ee4",
|
||||
"env_set": {
|
||||
"OCI_LIB64": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/216000/instantclient-basic-nt-21.6.0.0.0dbru.zip",
|
||||
"hash": "8eed573cfc49ba57f70ea391c788315179fa394f6fcd6a74ebd991beba487c58",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-basic-nt-21.7.0.0.0dbru.zip",
|
||||
"hash": "5a94e7a045cf0d6c05936e3d283ab868747d257cbf1054e077388fc9dcad3e5c",
|
||||
"env_set": {
|
||||
"OCI_LIB32": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
@ -27,7 +27,7 @@
|
||||
"suggest": {
|
||||
"Visual C++ Redistributable": "extras/vcredist2022"
|
||||
},
|
||||
"extract_dir": "instantclient_21_6",
|
||||
"extract_dir": "instantclient_21_7",
|
||||
"env_add_path": ".",
|
||||
"persist": "network\\admin",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user