dolt: Add version 0.40.11 (#3707)

* Add Dolt.

* Update bucket/dolt.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/dolt.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Chris Meller 2022-06-24 15:23:23 +03:00 committed by GitHub
parent e85b4a8f5c
commit f9b15ca2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/dolt.json Normal file
View File

@ -0,0 +1,22 @@
{
"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.40.11",
"architecture": {
"64bit": {
"url": "https://github.com/dolthub/dolt/releases/download/v0.40.11/dolt-windows-amd64.zip",
"hash": "ccf6beba6f69c4770e8e256aebdb3d8c9901d19cecf31b6f6129911c0cdea7ef"
}
},
"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"
}
}
}
}