2025-11-06 04:31:41 +00:00

22 lines
722 B
JSON

{
"version": "0.35.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.35.0/jj-v0.35.0-x86_64-pc-windows-msvc.zip",
"hash": "71c9546feb60e8350e5b2be32ffaf599c56c49a074961890d1afa90c15c4abf0"
}
},
"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"
}
}
}
}