mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
Relates to Excavator unable to update https://github.com/ScoopInstaller/Main/runs/7405320764?check_suite_focus=true#step:3:336 Fixes autoupdate in all 3 packages
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"version": "21.6.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/216000/instantclient-basic-windows.x64-21.6.0.0.0dbru.zip",
|
|
"hash": "0a977e76ceed7fae926d0e9f60a02028137265adcdbbb64bddcd2c265b46f6c8",
|
|
"env_set": {
|
|
"OCI_LIB64": "$dir",
|
|
"TNS_ADMIN": "$dir\\network\\admin"
|
|
}
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/216000/instantclient-basic-nt-21.6.0.0.0dbru.zip",
|
|
"hash": "8eed573cfc49ba57f70ea391c788315179fa394f6fcd6a74ebd991beba487c58",
|
|
"env_set": {
|
|
"OCI_LIB32": "$dir",
|
|
"TNS_ADMIN": "$dir\\network\\admin"
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"Visual C++ Redistributable": "extras/vcredist2022"
|
|
},
|
|
"extract_dir": "instantclient_21_6",
|
|
"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-$versiondbru.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-basic-nt-$versiondbru.zip"
|
|
}
|
|
},
|
|
"extract_dir": "instantclient_$majorVersion_$minorVersion"
|
|
}
|
|
}
|