ScoopInstaller_Main/bucket/schemacrawler.json
2025-10-03 12:32:27 +00:00

28 lines
943 B
JSON

{
"version": "16.29.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.29.1/SchemaCrawler-16.29.1.msi",
"hash": "0d0ea7f61de04d6aea8195c3b813e8e750db956aa9fac85ad0d47fa0e2901f47"
}
},
"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"
}
}
}
}
}