ScoopInstaller_Main/bucket/schemacrawler.json
2024-12-22 04:29:24 +00:00

28 lines
943 B
JSON

{
"version": "16.24.2",
"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.24.2/SchemaCrawler-16.24.2.msi",
"hash": "b45521b931ca94ea6a2d1a8fa2daadb0cde5f69a0f2e2500b41d2a21bae280ee"
}
},
"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"
}
}
}
}
}