Oussama Delassi a006fd4f7c
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>
2022-07-13 02:49:35 +05:30

24 lines
866 B
JSON

{
"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"
}
}