ScoopInstaller_Main/bucket/schemacrawler.json
2023-05-20 20:26:27 +00:00

28 lines
946 B
JSON

{
"version": "16.19.10",
"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.19.10/SchemaCrawler-16.19.10.msi",
"hash": "184610767b3fa89c6abf8414e8dcdfc71b1c47304a4248dd922c27d357c18f5f"
}
},
"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"
}
}
}
}
}