mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
sqlcl: Add version 22.2.0.172.1718 (#3748)
* sqlcl: add version 22.2.0.172.1718 * update checkver url & regex * Update bucket/sqlcl.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/sqlcl.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update sqlcl.json fix checkver url * Using Homebrew Formulae checkver url * update homepage url * Update sqlcl.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
4f14bc60bd
commit
a006fd4f7c
23
bucket/sqlcl.json
Normal file
23
bucket/sqlcl.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "22.2.0.172.1718",
|
||||
"description": "Oracle SQL Developer Command Line (SQLcl)",
|
||||
"homepage": "https://www.oracle.com/database/sqldeveloper/technologies/sqlcl",
|
||||
"license": {
|
||||
"identifier": "Oracle Free Use License",
|
||||
"url": "https://www.oracle.com/downloads/licenses/oracle-free-license.html"
|
||||
},
|
||||
"suggest": {
|
||||
"JRE": "java/oraclejdk"
|
||||
},
|
||||
"url": "https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-22.2.0.172.1718.zip",
|
||||
"hash": "eb69022227fec14578e319a398bd20958e94da77b263300ba09af8bd5aac4aa1",
|
||||
"extract_dir": "sqlcl",
|
||||
"bin": "bin\\sql.exe",
|
||||
"checkver": {
|
||||
"url": "https://formulae.brew.sh/cask/sqlcl",
|
||||
"regex": ">([\\d.]+)</a>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-$version.zip"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user