ScoopInstaller_Main/bucket/schemacrawler.json
2022-03-19 20:26:05 +00:00

28 lines
946 B
JSON

{
"version": "16.16.12",
"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.12/SchemaCrawler-16.16.12.msi",
"hash": "eb7c344deb080fe30d91c32ac25400e4fe325969b35c5e6c191905dedf423502"
}
},
"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"
}
}
}
}
}