oracle-instant-client: Update to version 21.12.0.0.0

This commit is contained in:
github-actions[bot] 2023-10-27 16:27:37 +00:00
parent 2660abd683
commit 4cbf551c40

View File

@ -1,5 +1,5 @@
{
"version": "21.11.0.0.0",
"version": "21.12.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/2111000/instantclient-basic-windows.x64-21.11.0.0.0dbru.zip",
"hash": "1b50b2ad93792d100acc6ac867f49682047d419785080ff593916cc79289325e",
"url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-basic-windows.x64-21.12.0.0.0dbru.zip",
"hash": "6e48bc117ff25c57cf7c6bdd57d57367566186e1e5d17c0dfd56eb02dcd8cbc4",
"env_set": {
"OCI_LIB64": "$dir",
"TNS_ADMIN": "$dir\\network\\admin"
}
},
"32bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-basic-nt-21.11.0.0.0dbru.zip",
"hash": "4d9fa7896904510a9d145fcbad259e81394cd73569fdcba2f4399775ace4d63b",
"url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-basic-nt-21.12.0.0.0dbru.zip",
"hash": "bfe8b09c4e08013e3fa62bb1b2f5bd0f5f42680328d69ec743b266184632db0d",
"env_set": {
"OCI_LIB32": "$dir",
"TNS_ADMIN": "$dir\\network\\admin"
@ -27,7 +27,7 @@
"suggest": {
"vcredist": "extras/vcredist2022"
},
"extract_dir": "instantclient_21_11",
"extract_dir": "instantclient_21_12",
"env_add_path": ".",
"persist": "network\\admin",
"checkver": {