ScoopInstaller_Main/bucket/schemacrawler.json
2025-09-03 16:29:55 +00:00

28 lines
943 B
JSON

{
"version": "16.27.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.27.2/SchemaCrawler-16.27.2.msi",
"hash": "a47732a931a726e7a772fca591dbd8b708fbafd5fb642826d5aacd59ea1bd019"
}
},
"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"
}
}
}
}
}