mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "23.6.0.24.10",
 | 
						|
    "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/2360000/instantclient-basic-windows.x64-23.6.0.24.10.zip",
 | 
						|
            "hash": "33dde93f8ccc29f4520af4d9426b957ac0a1551e848569bb32b8ba1d99ac2769",
 | 
						|
            "env_set": {
 | 
						|
                "OCI_LIB64": "$dir",
 | 
						|
                "TNS_ADMIN": "$dir\\network\\admin"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "instantclient_23_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/$majorVersion$minorVersion$patchVersion000/instantclient-basic-windows.x64-$version.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "instantclient_$majorVersion_$minorVersion"
 | 
						|
    },
 | 
						|
    "notes": "For 32bit, use 'versions/oracle-instant-client21'."
 | 
						|
}
 |