mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
29 lines
983 B
JSON
29 lines
983 B
JSON
{
|
|
"version": "16.16.6",
|
|
"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.6/SchemaCrawler-16.16.6.msi",
|
|
"hash": "afed50493de75db4f1b9b26e6780b1fa97d2d6b7b57bffa231f5a13ebaeae005"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|