ScoopInstaller_Main/bucket/schemacrawler.json
2022-11-21 00:33:22 +00:00

28 lines
943 B
JSON

{
"version": "16.19.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.19.1/SchemaCrawler-16.19.1.msi",
"hash": "4d48c995e1a8315148f7c0a898ceefe24405d733039ac7625c189f70cef7b37f"
}
},
"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"
}
}
}
}
}