mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
oracle-instant-client-sqlplus: Update to version 21.12.0.0.0
This commit is contained in:
parent
d71ebc8fbe
commit
2660abd683
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.11.0.0.0",
|
||||
"version": "21.12.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/2111000/instantclient-sqlplus-windows.x64-21.11.0.0.0dbru.zip",
|
||||
"hash": "91d827a80b3feabba0573747f19eac4e26e26255917f508b6d8e17e1c1c5055f"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sqlplus-windows.x64-21.12.0.0.0dbru.zip",
|
||||
"hash": "24790db1f4396362af567aafcc507f211bc358e7ac805dffb2e62ecda6035ae8"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2111000/instantclient-sqlplus-nt-21.11.0.0.0dbru.zip",
|
||||
"hash": "d71d0d0e8810f328f44dcfde903fae0e0467f4359a554abc015874cbb3c39757"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2112000/instantclient-sqlplus-nt-21.12.0.0.0dbru.zip",
|
||||
"hash": "1f13dd8d6624d46dc9c1404c29204747733555a320ae6b1276e60e5bf34b0aca"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_21_11",
|
||||
"extract_dir": "instantclient_21_12",
|
||||
"pre_install": [
|
||||
"$instantclient = versiondir 'oracle-instant-client' 'current'",
|
||||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user