ScoopInstaller_Main/bucket/schemacrawler.json
2024-08-01 00:33:59 +00:00

28 lines
943 B
JSON

{
"version": "16.22.1",
"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.22.1/SchemaCrawler-16.22.1.msi",
"hash": "40bce804e118704af5a593f03897f857022d5d6a6e071840a64f54a4417e8917"
}
},
"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"
}
}
}
}
}