mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
oracle-instant-client-sqlplus: Add version 21.8.0.0.0 (#4524)
This commit is contained in:
parent
5d81ed61b4
commit
7bc40422da
@ -29,7 +29,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html",
|
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html",
|
||||||
"regex": "Version ([\\d.]+)",
|
"regex": "Version ([\\d.]+)",
|
||||||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -29,7 +29,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html",
|
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html",
|
||||||
"regex": "Version ([\\d.]+)",
|
"regex": "Version ([\\d.]+)",
|
||||||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
||||||
},
|
},
|
||||||
|
|||||||
47
bucket/oracle-instant-client-sqlplus.json
Normal file
47
bucket/oracle-instant-client-sqlplus.json
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": "21.8.0.0.0",
|
||||||
|
"description": "The SQL*Plus command line tool for SQL and PL/SQL queries with Oracle Instant Client.",
|
||||||
|
"homepage": "https://www.oracle.com/database/technologies/instant-client.html",
|
||||||
|
"license": {
|
||||||
|
"identifier": "Freeware",
|
||||||
|
"url": "https://www.oracle.com/downloads/licenses/instant-client-lic.html"
|
||||||
|
},
|
||||||
|
"depends": "oracle-instant-client",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-sqlplus-windows.x64-21.8.0.0.0dbru.zip",
|
||||||
|
"hash": "ff87a267a16cf4811165e74a47e238db8ab679b31b5729c4435ac2cfcf1c8360"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/218000/instantclient-sqlplus-nt-21.8.0.0.0dbru.zip",
|
||||||
|
"hash": "f0e2c465e3c36247147bcf083aa4d51f2f01eb743450aff5ef2fffbd13608ba1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "instantclient_21_8",
|
||||||
|
"pre_install": [
|
||||||
|
"$instantclient = versiondir 'oracle-instant-client' 'current'",
|
||||||
|
"Copy-Item -Path \"$dir\\*\" -Destination \"$instantclient\" -Force -Recurse | Out-Null"
|
||||||
|
],
|
||||||
|
"uninstaller": {
|
||||||
|
"script": [
|
||||||
|
"$instantclient = versiondir 'oracle-instant-client' 'current'",
|
||||||
|
"Get-ChildItem -Path \"$dir\" -Exclude *.json | ForEach-Object { Remove-Item -LiteralPath \"$instantclient\\$($_.Name)\" -Recurse -Force -ErrorAction SilentlyContinue }"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-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-sqlplus-windows.x64-$versiondbru.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://download.oracle.com/otn_software/nt/instantclient/$cleanVersion/instantclient-sqlplus-nt-$versiondbru.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "instantclient_$majorVersion_$minorVersion"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"env_add_path": ".",
|
"env_add_path": ".",
|
||||||
"persist": "network\\admin",
|
"persist": "network\\admin",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.oracle.com/database/technologies/instant-client/winx64-64-downloads.html",
|
"url": "https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html",
|
||||||
"regex": "Version ([\\d.]+)",
|
"regex": "Version ([\\d.]+)",
|
||||||
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
"useragent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user