ScoopInstaller_Main/bucket/schemacrawler.json
2022-02-05 20:24:06 +00:00

29 lines
986 B
JSON

{
"version": "16.16.11",
"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.16.11/SchemaCrawler-16.16.11.msi",
"hash": "0762818ebf0400de934bcd436972989eb49891a1532a594f1711f712336147c9"
}
},
"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",
"regex": "$sha256"
}
}
}
}
}