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:
Oussama Delassi 2022-07-12 22:19:35 +01:00 committed by GitHub
parent 4f14bc60bd
commit a006fd4f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/sqlcl.json Normal file
View 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"
}
}