ScoopInstaller_Main/bucket/schemacrawler.json
2023-07-04 00:34:16 +00:00

28 lines
943 B
JSON

{
"version": "16.20.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.20.1/SchemaCrawler-16.20.1.msi",
"hash": "c679a0b73f565e1c2f3c7ba510f989fc147966f59eb0c3f0c4f1392e1d24a30c"
}
},
"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"
}
}
}
}
}