ScoopInstaller_Main/bucket/schemacrawler.json
2022-08-23 16:31:01 +00:00

28 lines
943 B
JSON

{
"version": "16.18.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.18.1/SchemaCrawler-16.18.1.msi",
"hash": "373e8a68d3fe5991f81b976dc6349a467f07ae26711ef4ba63d90608fa49236e"
}
},
"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"
}
}
}
}
}