James Flynn ef7c9e386b
jj: Update description for discoverability (#6165)
While the CLI tool/command is JJ, currently attempting to search by the project name of Jujutsu with "scoop search" or on the scoop.sh homepage will not surface JJ in the main repo. This will help avoid redundant packages/requests for some users of the tool.
2024-09-25 11:59:00 +00:00

22 lines
734 B
JSON

{
"version": "0.21.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.21.0/jj-v0.21.0-x86_64-pc-windows-msvc.zip",
"hash": "8a30922cf08a23f5b3e3b1f4ae08d051b28fd0955e7763f5a92aa7f07f41ed3a"
}
},
"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"
}
}
}
}