ScoopInstaller_Main/bucket/schemacrawler.json
2023-11-17 04:26:46 +00:00

28 lines
943 B
JSON

{
"version": "16.20.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.20.6/SchemaCrawler-16.20.6.msi",
"hash": "a79fa2afdbb60a4de5bdcce4d33e9b4565dcd22d6c1a8905f155c39e04ceaa5d"
}
},
"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"
}
}
}
}
}