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

28 lines
946 B
JSON

{
"version": "16.16.14",
"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.14/SchemaCrawler-16.16.14.msi",
"hash": "0b9f5069b5348a76a0206a90b234705cc9b384fc78ffa7b84fd2a7a69eef4a5c"
}
},
"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"
}
}
}
}
}