oracle-instant-client-sdk: Update to version 21.14.0.0.0

This commit is contained in:
github-actions[bot] 2024-05-22 16:29:45 +00:00
parent e94aea354d
commit f4c5c8c2ff

View File

@ -1,5 +1,5 @@
{
"version": "21.13.0.0.0",
"version": "21.14.0.0.0",
"description": "Additional header files and an example makefile for developing Oracle applications with Instant Client.",
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
"license": {
@ -9,15 +9,15 @@
"depends": "oracle-instant-client",
"architecture": {
"64bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-sdk-windows.x64-21.13.0.0.0dbru.zip",
"hash": "00cc741453eb2ac6b4b28957021f894db57e94e77393cd08ca01b3f5b62e6309"
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-sdk-windows.x64-21.14.0.0.0dbru.zip",
"hash": "7c24251fd8de734e68c266a1a9ec619355577c1436c96cc7c01efa68ee23e724"
},
"32bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-sdk-nt-21.13.0.0.0dbru.zip",
"hash": "fbebcb05f1421bcf07895269889da119b8ea88ad98a0b7ca3d66afd013febde5"
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-sdk-nt-21.14.0.0.0dbru.zip",
"hash": "26196eef96d2c40c2b390bfbccf5e37b0149566151bc7367898857d3fefb1e2c"
}
},
"extract_dir": "instantclient_21_13",
"extract_dir": "instantclient_21_14",
"pre_install": [
"$instantclient = versiondir 'oracle-instant-client' 'current'",
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"