schemacrawler: Add version 16.16.5 (#3129)

* schemacrawler: Add version 16.16.5

* Add hash for autoupdate

* Remove trailing whitespace

* Remove product name in description

* Update bucket/schemacrawler.json

Co-authored-by: tech189 <dlloyd189@gmail.com>

* Update bucket/schemacrawler.json

Co-authored-by: tech189 <dlloyd189@gmail.com>

* Add 64-bit architecture, and remove extract_to

* Correct bin path

* Use 4-space tabs for formatting JSON

* Set extract directory to have a clean link to the binary execuable

Co-authored-by: tech189 <dlloyd189@gmail.com>
This commit is contained in:
Sualeh Fatehi 2021-12-28 11:32:50 -05:00 committed by GitHub
parent 2d30ce20e3
commit ce44ea7c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/schemacrawler.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "16.16.5",
"description": "Free database schema discovery and comprehension tool",
"homepage": "https://www.schemacrawler.com/",
"license": "EPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v16.16.5/SchemaCrawler-16.16.5.msi",
"hash": "89726fd5adbcb31cb0476873318e90f09b081c2ecd998a19ec6b0d197266aac4"
}
},
"extract_dir": "SchemaCrawler",
"bin": "SchemaCrawler.exe",
"checkver": {
"github": "https://github.com/schemacrawler/SchemaCrawler"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/schemacrawler/SchemaCrawler-Installers/releases/download/v$version/SchemaCrawler-$version.msi",
"hash": {
"url": "$url.SHA256",
"regex": "$sha256"
}
}
}
}
}