ScoopInstaller_Main/bucket/schemacrawler.json
2024-06-10 12:31:21 +00:00

28 lines
943 B
JSON

{
"version": "16.21.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.21.3/SchemaCrawler-16.21.3.msi",
"hash": "f2e373bc556e29267e155826680333a8c1edb7ce6f5a76491bfdd3bb1b5d5833"
}
},
"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"
}
}
}
}
}