2024-05-07 16:28:18 +00:00

22 lines
723 B
JSON

{
"version": "0.17.1",
"description": "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.17.1/jj-v0.17.1-x86_64-pc-windows-msvc.zip",
"hash": "52bd08756639167347217266b153a7b1bd6a2b8800130264b5295236fe875bc4"
}
},
"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"
}
}
}
}