2025-07-02 20:29:24 +00:00

22 lines
722 B
JSON

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