2025-12-04 08:30:49 +00:00

22 lines
722 B
JSON

{
"version": "0.36.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.36.0/jj-v0.36.0-x86_64-pc-windows-msvc.zip",
"hash": "f173e51b54617b91de2a61f6e83a43220a91ec5025fa5d002a07668780074f61"
}
},
"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"
}
}
}
}