ScoopInstaller_Main/bucket/schemacrawler.json
2022-05-31 16:30:16 +00:00

28 lines
946 B
JSON

{
"version": "16.16.15",
"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.15/SchemaCrawler-16.16.15.msi",
"hash": "af098d98094efeedf51fab8129083aced02aa575207c320e17e5bda6f0ddcbc4"
}
},
"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"
}
}
}
}
}