ScoopInstaller_Main/bucket/schemacrawler.json
2023-07-21 00:35:52 +00:00

28 lines
943 B
JSON

{
"version": "16.20.3",
"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.20.3/SchemaCrawler-16.20.3.msi",
"hash": "4dcc3c68b28e43b56766f292fe1d5e08a9b8a2636d0d56314fa47af5bdbb7f7d"
}
},
"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"
}
}
}
}
}