mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
oracle-instant-client-odbc: Update to version 21.14.0.0.0
This commit is contained in:
parent
3d17c24af4
commit
e94aea354d
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "21.13.0.0.0",
|
"version": "21.14.0.0.0",
|
||||||
"description": "Additional libraries for enabling ODBC applications with Oracle Instant Client.",
|
"description": "Additional libraries for enabling ODBC applications with Oracle Instant Client.",
|
||||||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
||||||
"license": {
|
"license": {
|
||||||
@ -9,15 +9,15 @@
|
|||||||
"depends": "oracle-instant-client",
|
"depends": "oracle-instant-client",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-odbc-windows.x64-21.13.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-odbc-windows.x64-21.14.0.0.0dbru.zip",
|
||||||
"hash": "11c33dfc606b29681dc8b9cb045e2fc736015e6bb91cae1c5bee571fe231c572"
|
"hash": "ef494955278af3c5efe357fa84c643c424a8dacad13da60008bb5f1c98e408ca"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/2113000/instantclient-odbc-nt-21.13.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/2114000/instantclient-odbc-nt-21.14.0.0.0dbru.zip",
|
||||||
"hash": "33ea5d6a6b2aa9994a47ced97aafb217c81d5aeebfbf9f73e24fe1573f09440e"
|
"hash": "8dc2cd73bfedfa6790c869d58dc3c053aabb46934bb38d9b99fb85c17cd1b0db"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "instantclient_21_13",
|
"extract_dir": "instantclient_21_14",
|
||||||
"pre_install": [
|
"pre_install": [
|
||||||
"$instantclient = versiondir 'oracle-instant-client' 'current'",
|
"$instantclient = versiondir 'oracle-instant-client' 'current'",
|
||||||
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user