2025-08-06 20:30:02 +00:00

22 lines
722 B
JSON

{
"version": "0.32.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.32.0/jj-v0.32.0-x86_64-pc-windows-msvc.zip",
"hash": "40115098cbb2f1093d7040716fdda118969fa41c5be8dc5a4581a3644ee76ffa"
}
},
"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"
}
}
}
}