ScoopInstaller_Main/bucket/schemacrawler.json
2024-12-17 04:31:03 +00:00

28 lines
943 B
JSON

{
"version": "16.24.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.24.1/SchemaCrawler-16.24.1.msi",
"hash": "f0f11219845975cc431c47b3696e978fb47c2d1955bb0e884cef40c17ca1b198"
}
},
"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"
}
}
}
}
}