mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
oracle-instant-client: Add version 21.3.0.0.0 (#624)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
954eebdf31
commit
1ecace076b
49
bucket/oracle-instant-client.json
Normal file
49
bucket/oracle-instant-client.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"version": "21.3.0.0.0",
|
||||
"description": "Connect to a local or remote Oracle Database for development and production deployment.",
|
||||
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
||||
"license": {
|
||||
"identifier": "Freeware",
|
||||
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/213000/instantclient-basic-windows.x64-21.3.0.0.0.zip",
|
||||
"hash": "78a1b680e03ae550d4e1c3bf9c4f9fc091d671baf933dcf645b19de508c4373b",
|
||||
"env_set": {
|
||||
"OCI_LIB64": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/213000/instantclient-basic-nt-21.3.0.0.0.zip",
|
||||
"hash": "b09a84179d3ad9024883ff409429c7327d62790058c0b933af11ffe1b3e065ad",
|
||||
"env_set": {
|
||||
"OCI_LIB32": "$dir",
|
||||
"TNS_ADMIN": "$dir\\network\\admin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"suggest": {
|
||||
"Visual C++ 2017 Redistributable": "extras/vcredist2017"
|
||||
},
|
||||
"extract_dir": "instantclient_21_3",
|
||||
"env_add_path": ".",
|
||||
"persist": "network\\admin",
|
||||
"checkver": {
|
||||
"url": "https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html",
|
||||
"regex": "Version ([\\d.]+)",
|
||||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-basic-windows.x64-$version.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-basic-nt-$version.zip"
|
||||
}
|
||||
},
|
||||
"extract_dir": "instantclient_$majorVersion_$minorVersion"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user