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

This commit is contained in:
github-actions[bot] 2025-02-07 16:30:11 +00:00
parent a8c8ebe8db
commit a15f711338

View File

@ -1,5 +1,5 @@
{
"version": "23.6.0.24.10",
"version": "23.7.0.25.01",
"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,11 +9,11 @@
"depends": "oracle-instant-client",
"architecture": {
"64bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/2360000/instantclient-sdk-windows.x64-23.6.0.24.10.zip",
"hash": "f9935a05c00c9da8026a7fdd5f4e7e043b5d026ed9c1a967b90f14ebe0bf8c85"
"url": "https://download.oracle.com/otn_software/nt/instantclient/2370000/instantclient-sdk-windows.x64-23.7.0.25.01.zip",
"hash": "e5c68b19d8b4142d4a421a51fa4cb505fefe3e46c5ef1d7201b276ac60e3f1e5"
}
},
"extract_dir": "instantclient_23_6",
"extract_dir": "instantclient_23_7",
"pre_install": [
"$instantclient = currentdir 'oracle-instant-client'",
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"