ScoopInstaller_Main/bucket/schemacrawler.json
2023-03-19 00:34:24 +00:00

28 lines
943 B
JSON

{
"version": "16.19.8",
"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.19.8/SchemaCrawler-16.19.8.msi",
"hash": "6dd33425619e1bb7fa8059a196ac8cab2a88b07e513b57e5d7a8411cdba94b7e"
}
},
"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"
}
}
}
}
}