mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
986 B
JSON
29 lines
986 B
JSON
{
|
|
"version": "16.16.10",
|
|
"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.10/SchemaCrawler-16.16.10.msi",
|
|
"hash": "b5a297d5cbbf5dfa3157d22d6668347ba0156a04bc89fcdbc024771229edeb4a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|