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

This commit is contained in:
github-actions[bot] 2025-05-06 16:29:50 +00:00
parent 9b1c8d94e8
commit 79563e099e

View File

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