2024-07-05 04:28:40 +00:00

22 lines
723 B
JSON

{
"version": "0.19.0",
"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.19.0/jj-v0.19.0-x86_64-pc-windows-msvc.zip",
"hash": "5eefde39f18da0780994abc69809eedd85b8f85950872015ced8dec227d9809f"
}
},
"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"
}
}
}
}