mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.38.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.38.0/jj-v0.38.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "13032f82286a0b224f9ce6f1e466a2323bee3af2efba423e35b4146975445e14"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/jj-vcs/jj/releases/download/v0.38.0/jj-v0.38.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "91f364a45ff8248874ce0d096a87d5b0058a9822d2e20316295d7702ddc30aff"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|