mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
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:
parent
2d30ce20e3
commit
ce44ea7c6f
28
bucket/schemacrawler.json
Normal file
28
bucket/schemacrawler.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user