diff --git a/bucket/oracle-instant-client-sqlplus.json b/bucket/oracle-instant-client-sqlplus.json index 61dd2ccd5f..d97bc13f67 100644 --- a/bucket/oracle-instant-client-sqlplus.json +++ b/bucket/oracle-instant-client-sqlplus.json @@ -1,5 +1,5 @@ { - "version": "21.9.0.0.0", + "version": "21.10.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/219000/instantclient-sqlplus-windows.x64-21.9.0.0.0dbru.zip", - "hash": "8acbf68165f38c59ffd18c45649e1ee20f7ebb1d23a7f2a73ad9f337b3e6a225" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sqlplus-windows.x64-21.10.0.0.0dbru.zip", + "hash": "c5ba95aeadf2ca778c20fc53074b534760558d5a79a2daa7a3b4b57df75a7d55" }, "32bit": { - "url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sqlplus-nt-21.9.0.0.0dbru.zip", - "hash": "5e0f4e0c2d0857c8809d329adb6eef909f6b25c385734b3331d5c417816b9a9f" + "url": "https://download.oracle.com/otn_software/nt/instantclient/2110000/instantclient-sqlplus-nt-21.10.0.0.0dbru.zip", + "hash": "30f6e93f80eacb481e15ca571097e970858c55dfb1d7ef5472060c2bb8aec6c6" } }, - "extract_dir": "instantclient_21_9", + "extract_dir": "instantclient_21_10", "pre_install": [ "$instantclient = versiondir 'oracle-instant-client' 'current'", "Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"