2023-07-29 00:30:00 +00:00

23 lines
785 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": "1.8.7",
"architecture": {
"64bit": {
"url": "https://github.com/dolthub/dolt/releases/download/v1.8.7/dolt-windows-amd64.zip",
"hash": "9604a456df6a3f9ae7748f9b427938ad10aded308f200bbd00a4b304a34ae3c5"
}
},
"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"
}
}
}
}