2025-01-02 04:29:30 +00:00

22 lines
734 B
JSON

{
"version": "0.25.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.25.0/jj-v0.25.0-x86_64-pc-windows-msvc.zip",
"hash": "85c0598620410fa71f077cdbff6426aa132e86b2034e4bf1088bafa82541899a"
}
},
"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"
}
}
}
}