ScoopInstaller_Main/bucket/schemacrawler.json
2024-11-27 16:31:33 +00:00

28 lines
943 B
JSON

{
"version": "16.23.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.23.2/SchemaCrawler-16.23.2.msi",
"hash": "97e45a5c6d1f69382afda6188f2816ffeeb6ce7d4d2acb54006d7022327d6cd2"
}
},
"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"
}
}
}
}
}