2025-04-03 04:29:54 +00:00

22 lines
734 B
JSON

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