mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
22 lines
722 B
JSON
22 lines
722 B
JSON
{
|
|
"version": "0.34.0",
|
|
"description": "Jujutsu is a Git-compatible DVCS that is both simple and powerful",
|
|
"homepage": "https://github.com/jj-vcs/jj",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jj-vcs/jj/releases/download/v0.34.0/jj-v0.34.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "138f2642a99afb08aff0f7dc54b2076dcdc625d07a9a2e21b52895ea72db900e"
|
|
}
|
|
},
|
|
"bin": "jj.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|