ScoopInstaller_Main/bucket/schemacrawler.json
2024-08-06 00:33:59 +00:00

28 lines
943 B
JSON

{
"version": "16.22.2",
"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.22.2/SchemaCrawler-16.22.2.msi",
"hash": "7761e4dcbd1598a1575c8458e75a44b55b7e0f30147dcfeca84d2cc634faedd6"
}
},
"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"
}
}
}
}
}