2025-09-04 08:29:51 +00:00

22 lines
722 B
JSON

{
"version": "0.33.0",
"description": "Jujutsu is a Git-compatible DVCS that is both simple and powerful",
"homepage": "https://github.com/jj-vcs/jj",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jj-vcs/jj/releases/download/v0.33.0/jj-v0.33.0-x86_64-pc-windows-msvc.zip",
"hash": "59108e804afa614d5eb0494b97ab557d3b2d94859119666649efac20ea598cc1"
}
},
"bin": "jj.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}