ScoopInstaller_Main/bucket/schemacrawler.json
2022-07-30 04:32:08 +00:00

28 lines
943 B
JSON

{
"version": "16.17.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.17.2/SchemaCrawler-16.17.2.msi",
"hash": "8663699ae0a19a146d02d977c4e38d650a880b761dcaaba95ca994a78322a449"
}
},
"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"
}
}
}
}
}