ScoopInstaller_Main/bucket/schemacrawler.json
2023-08-14 13:27:02 +00:00

28 lines
943 B
JSON

{
"version": "16.20.4",
"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.20.4/SchemaCrawler-16.20.4.msi",
"hash": "2bfcb862d7cd8e482b095003d80e4d972eccaf236e99884b50f6314c5f155186"
}
},
"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"
}
}
}
}
}