ScoopInstaller_Main/bucket/schemacrawler.json
2023-01-22 16:28:49 +00:00

28 lines
943 B
JSON

{
"version": "16.19.7",
"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.19.7/SchemaCrawler-16.19.7.msi",
"hash": "94c7692b424e06123d79529689615228d8738966be838e9e94789b41319df751"
}
},
"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"
}
}
}
}
}