ScoopInstaller_Main/bucket/schemacrawler.json
2024-11-24 16:29:23 +00:00

28 lines
943 B
JSON

{
"version": "16.23.1",
"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.23.1/SchemaCrawler-16.23.1.msi",
"hash": "e3e5fec0c717e5f43223778a84cd48fd10b37ba91c364e9a0f777d6ec773fd9b"
}
},
"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"
}
}
}
}
}