ScoopInstaller_Main/bucket/schemacrawler.json
2025-03-24 20:27:17 +00:00

28 lines
943 B
JSON

{
"version": "16.25.3",
"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.25.3/SchemaCrawler-16.25.3.msi",
"hash": "13c9751066c6c62d18c379952629f13cc82aef8dfc977c99b37c19a5fd201ffe"
}
},
"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"
}
}
}
}
}