mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
oracle-instant-client-odbc: Update to version 21.8.0.0.0
This commit is contained in:
parent
412d30e77b
commit
1f4c481327
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "21.7.0.0.0",
|
||||
"version": "21.8.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/217000/instantclient-odbc-windows.x64-21.7.0.0.0dbru.zip",
|
||||
"hash": "428c7f32863e77101cbdbe2eb80d7eacb7c1a0dc5074038076a28641fac64e96"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-odbc-windows.x64-21.8.0.0.0dbru.zip",
|
||||
"hash": "a73ecf766a544b8f302eb91ad6def66ea83499b47d55f1fe3047414345e0b162"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/217000/instantclient-odbc-nt-21.7.0.0.0dbru.zip",
|
||||
"hash": "3becbab9fcda0edea32503a81fc3f65bd0abf5e4f39eec4bb5fafb9c1b554975"
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-odbc-nt-21.8.0.0.0dbru.zip",
|
||||
"hash": "f8b7111996c874d9484fff087d66cfbb682dc8ae6c00292494789e9f64d1b07f"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_21_7",
|
||||
"extract_dir": "instantclient_21_8",
|
||||
"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