mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "23.8.0.25.04",
|
|
"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"
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/2380000/instantclient-basic-windows.x64-23.8.0.25.04.zip",
|
|
"hash": "717121897f0cbd10cc93f6d8e0a7f9b316ec5f8339288075630a75881ffdeefd",
|
|
"env_set": {
|
|
"OCI_LIB64": "$dir",
|
|
"TNS_ADMIN": "$dir\\network\\admin"
|
|
}
|
|
}
|
|
},
|
|
"extract_dir": "instantclient_23_8",
|
|
"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/$majorVersion$minorVersion$patchVersion000/instantclient-basic-windows.x64-$version.zip"
|
|
}
|
|
},
|
|
"extract_dir": "instantclient_$majorVersion_$minorVersion"
|
|
},
|
|
"notes": "For 32bit, use 'versions/oracle-instant-client21'."
|
|
}
|