ScoopInstaller_Main/bucket/schemacrawler.json
2022-09-20 11:49:24 +00:00

28 lines
943 B
JSON

{
"version": "16.18.2",
"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.2/SchemaCrawler-16.18.2.msi",
"hash": "37080a0e03eb98ffe123b93d15b3619108ade070e0dbb4fa67f16adf2b1eca2d"
}
},
"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"
}
}
}
}
}