ScoopInstaller_Main/bucket/schemacrawler.json
Sualeh Fatehi ce44ea7c6f
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>
2021-12-28 22:02:50 +05:30

29 lines
983 B
JSON

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