mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.37.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.37.0/jj-v0.37.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8400a4021a94dbb29b292b776812ef0d17c125bc72603cfdf8e18d2f382bccb1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jj-vcs/jj/releases/download/v0.37.0/jj-v0.37.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "47645aa127449baf6b8ffa54353b5018bc3463a545c7aed4cb9fb13833e94d71"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jj-vcs/jj/releases/download/v$version/jj-v$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|