2022-10-12 04:48:32 +00:00

23 lines
787 B
JSON

{
"homepage": "https://github.com/dolthub/dolt",
"license": "Apache-2.0",
"description": "Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository.",
"version": "0.50.3",
"architecture": {
"64bit": {
"url": "https://github.com/dolthub/dolt/releases/download/v0.50.3/dolt-windows-amd64.zip",
"hash": "cd37e92d2c3ac5a9bcb2a04d0c8b8c7bbbf4973c9e45c778c4242c8de0373817"
}
},
"extract_dir": "dolt-windows-amd64",
"bin": "bin\\dolt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dolthub/dolt/releases/download/v$version/dolt-windows-amd64.zip"
}
}
}
}