mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
oracle-instant-client-sdk: Update to version 21.9.0.0.0
This commit is contained in:
parent
6a56ae6f20
commit
f5ed63d8df
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "21.8.0.0.0",
|
"version": "21.9.0.0.0",
|
||||||
"description": "Additional header files and an example makefile for developing Oracle applications with Instant Client.",
|
"description": "Additional header files and an example makefile for developing Oracle applications with 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/218000/instantclient-sdk-windows.x64-21.8.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-windows.x64-21.9.0.0.0dbru.zip",
|
||||||
"hash": "43157068ffca2247937eab15642532c39d4cd15a0c2a211b29edaebfc02b8b0d"
|
"hash": "02bf70a14b8a62039bd3fe3fe7d7c606781ae250e18a2465213dace1907e587d"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-sdk-nt-21.8.0.0.0dbru.zip",
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/219000/instantclient-sdk-nt-21.9.0.0.0dbru.zip",
|
||||||
"hash": "fc5eaf112e1a1842267b2cf291ef8c52afea5632fb94a29d303277ee625bc0e9"
|
"hash": "6bd60cbb13493df1b6951f72677a59123285bac6afeb7033ca6861416664e862"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "instantclient_21_8",
|
"extract_dir": "instantclient_21_9",
|
||||||
"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