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

This commit is contained in:
github-actions[bot] 2023-05-04 12:32:23 +00:00
parent 604b18486e
commit 1a74599e66

View File

@ -1,5 +1,5 @@
{ {
"version": "21.9.0.0.0", "version": "21.10.0.0.0",
"description": "Additional header files and an example makefile for developing Oracle applications with Instant Client.", "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", "homepage": "https://www.oracle.com/database/technologies/instant-client.html",
"license": { "license": {
@ -9,15 +9,15 @@
"depends": "oracle-instant-client", "depends": "oracle-instant-client",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-windows.x64-21.9.0.0.0dbru.zip", "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sdk-windows.x64-21.10.0.0.0dbru.zip",
"hash": "02bf70a14b8a62039bd3fe3fe7d7c606781ae250e18a2465213dace1907e587d" "hash": "ba08538941d13c1b412030ad0ce8be32e256ea4b313312b5e5dd2d2dfc50469a"
}, },
"32bit": { "32bit": {
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-nt-21.9.0.0.0dbru.zip", "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sdk-nt-21.10.0.0.0dbru.zip",
"hash": "6bd60cbb13493df1b6951f72677a59123285bac6afeb7033ca6861416664e862" "hash": "ae433de22dab0eab907263a4b57fe59e63388161d7e14d19f80498df1970fa64"
} }
}, },
"extract_dir": "instantclient_21_9", "extract_dir": "instantclient_21_10",
"pre_install": [ "pre_install": [
"$instantclient = versiondir 'oracle-instant-client' 'current'", "$instantclient = versiondir 'oracle-instant-client' 'current'",
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null" "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"