oracle-instant-client: Update to version 21.15.0.0.0

This commit is contained in:
github-actions[bot] 2024-08-01 12:31:26 +00:00
parent 45a122bf01
commit 7fe5d07483

View File

@ -1,5 +1,5 @@
{ {
"version": "21.14.0.0.0", "version": "21.15.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/2114000/instantclient-basic-windows.x64-21.14.0.0.0dbru.zip", "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-basic-windows.x64-21.15.0.0.0dbru.zip",
"hash": "eb923ac9d91db856dd0cf4c10c3dfee6ae62ecf8325f1ce94aadf74414cbf31b", "hash": "9cb28a535f3b19cb95cc2d14b5e67c7ea4efeaa1b1358913c1ce60183debd2c5",
"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/2114000/instantclient-basic-nt-21.14.0.0.0dbru.zip", "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-basic-nt-21.15.0.0.0dbru.zip",
"hash": "2dde1897000d0456109e895a69ec2b8e4cbe4e679264f5acf1a3139d814081e5", "hash": "74b86a60faff68a9978e1a5f1516408fcbd0ba05f45b708c79a7d1c49fda90f5",
"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": {
"vcredist": "extras/vcredist2022" "vcredist": "extras/vcredist2022"
}, },
"extract_dir": "instantclient_21_14", "extract_dir": "instantclient_21_15",
"env_add_path": ".", "env_add_path": ".",
"persist": "network\\admin", "persist": "network\\admin",
"checkver": { "checkver": {