mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 18:15:16 +00:00
22 lines
734 B
JSON
22 lines
734 B
JSON
{
|
|
"version": "0.28.1",
|
|
"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.28.1/jj-v0.28.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c7262d85e11b59cfaa0f6e814850be7c6223646f01706f3fcc7d66399a1afe84"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|