mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-23 01:01:39 +00:00
22 lines
723 B
JSON
22 lines
723 B
JSON
{
|
|
"version": "0.14.0",
|
|
"description": "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.14.0/jj-v0.14.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "757ea18bf2309b2c0e8bfc7819984ea29d71fc2f9fc1d063873b9ba5e098fa5e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|