From 58b6f29ca114c9c1ba448cd28655c9a5c0eafb38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:31:25 +0000 Subject: [PATCH] oracle-instant-client-odbc: Update to version 21.15.0.0.0 --- bucket/oracle-instant-client-odbc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/oracle-instant-client-odbc.json b/bucket/oracle-instant-client-odbc.json index 3d0ee20b1a..8fbe5f3c23 100644 --- a/bucket/oracle-instant-client-odbc.json +++ b/bucket/oracle-instant-client-odbc.json @@ -1,5 +1,5 @@ { - "version": "21.14.0.0.0", + "version": "21.15.0.0.0", "description": "Additional libraries for enabling ODBC applications with Oracle 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/2114000/instantclient-odbc-windows.x64-21.14.0.0.0dbru.zip", - "hash": "ef494955278af3c5efe357fa84c643c424a8dacad13da60008bb5f1c98e408ca" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-odbc-windows.x64-21.15.0.0.0dbru.zip", + "hash": "7bdc4b06d75364487a729c84a0ea591fdb77654d975124b1028fbb0cf8de0849" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-odbc-nt-21.14.0.0.0dbru.zip", - "hash": "8dc2cd73bfedfa6790c869d58dc3c053aabb46934bb38d9b99fb85c17cd1b0db" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2115000/instantclient-odbc-nt-21.15.0.0.0dbru.zip", + "hash": "157170fca3f6130134a04a28235ad55685fb1071790602f4b47133cb107f2258" } }, - "extract_dir": "instantclient_21_14", + "extract_dir": "instantclient_21_15", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"