mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
oracle-instant-client: Update to version 21.14.0.0.0
This commit is contained in:
parent
4884f7e4c6
commit
5ba11cb5c2
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.13.0.0.0",
|
||||
"version": "21.14.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/2113000/instantclient-basic-windows.x64-21.13.0.0.0dbru.zip",
|
||||
"hash": "20aa7d60c97335f9f182c7bbdc56738eb246fcb61e1e9dea7991aec553d8c048",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-basic-windows.x64-21.14.0.0.0dbru.zip",
|
||||
"hash": "eb923ac9d91db856dd0cf4c10c3dfee6ae62ecf8325f1ce94aadf74414cbf31b",
|
||||
"env_set": {
|
||||
"OCI_LIB64": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-basic-nt-21.13.0.0.0dbru.zip",
|
||||
"hash": "8741e46b1cc934d4d21e9b4a529ff8eb1ba511593343628d4eb6d3be32ae5660",
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-basic-nt-21.14.0.0.0dbru.zip",
|
||||
"hash": "2dde1897000d0456109e895a69ec2b8e4cbe4e679264f5acf1a3139d814081e5",
|
||||
"env_set": {
|
||||
"OCI_LIB32": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
@ -27,7 +27,7 @@
|
||||
"suggest": {
|
||||
"vcredist": "extras/vcredist2022"
|
||||
},
|
||||
"extract_dir": "instantclient_21_13",
|
||||
"extract_dir": "instantclient_21_14",
|
||||
"env_add_path": ".",
|
||||
"persist": "network\\admin",
|
||||
"checkver": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user