diff --git a/bucket/oracle-instant-client-sqlplus.json b/bucket/oracle-instant-client-sqlplus.json index d97bc13f67..babd1baa03 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "21.10.0.0.0", + "version": "21.11.0.0.0", "description": "The SQL*Plus command line tool for SQL and PL/SQL queries 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/2110000/instantclient-sqlplus-windows.x64-21.10.0.0.0dbru.zip", - "hash": "c5ba95aeadf2ca778c20fc53074b534760558d5a79a2daa7a3b4b57df75a7d55" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sqlplus-windows.x64-21.11.0.0.0dbru.zip", + "hash": "91d827a80b3feabba0573747f19eac4e26e26255917f508b6d8e17e1c1c5055f" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sqlplus-nt-21.10.0.0.0dbru.zip", - "hash": "30f6e93f80eacb481e15ca571097e970858c55dfb1d7ef5472060c2bb8aec6c6" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sqlplus-nt-21.11.0.0.0dbru.zip", + "hash": "d71d0d0e8810f328f44dcfde903fae0e0467f4359a554abc015874cbb3c39757" } }, - "extract_dir": "instantclient_21_10", + "extract_dir": "instantclient_21_11", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"