mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
oracle-instant-client: Update to version 21.8.0.0.0
This commit is contained in:
parent
e2832869f1
commit
d7a04627b4
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.7.0.0.0",
|
||||
"version": "21.8.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/217000/instantclient-basic-windows.x64-21.7.0.0.0dbru.zip",
|
||||
"hash": "496b769d1c3ffc00a91fce4b0c31dde9cb5b5dd575f4f4f416fe1f0288be4ee4",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-basic-windows.x64-21.8.0.0.0dbru.zip",
|
||||
"hash": "b9e4d191c4457aaba1828cee65b2d914220f7c5d043cbdc59d3bfe6e7764ba27",
|
||||
"env_set": {
|
||||
"OCI_LIB64": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-basic-nt-21.7.0.0.0dbru.zip",
|
||||
"hash": "5a94e7a045cf0d6c05936e3d283ab868747d257cbf1054e077388fc9dcad3e5c",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-basic-nt-21.8.0.0.0dbru.zip",
|
||||
"hash": "054597489fd863ffa73b130d1449e664fad32920f2e8e59613f50b66ec91536e",
|
||||
"env_set": {
|
||||
"OCI_LIB32": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
@ -27,7 +27,7 @@
|
||||
"suggest": {
|
||||
"Visual C++ Redistributable": "extras/vcredist2022"
|
||||
},
|
||||
"extract_dir": "instantclient_21_7",
|
||||
"extract_dir": "instantclient_21_8",
|
||||
"env_add_path": ".",
|
||||
"persist": "network\\admin",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user