mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"version": "23.9.0.25.07",
|
|
"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/2390000/instantclient-basic-windows.x64-23.9.0.25.07.zip",
|
|
"hash": "8ff61b58e810c91b0c340559aabe8b057f0a308ad80c94aba57920ca4a6e1736",
|
|
"env_set": {
|
|
"OCI_LIB64": "$dir",
|
|
"TNS_ADMIN": "$dir\\network\\admin"
|
|
}
|
|
}
|
|
},
|
|
"extract_dir": "instantclient_23_9",
|
|
"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'."
|
|
}
|