mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.23.0",
|
|
"description": "An extension to command-line git that helps with everyday GitLab tasks.",
|
|
"homepage": "https://zaquestion.github.io/lab",
|
|
"license": "CC0-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.23.0/lab_0.23.0_windows_amd64.tar.gz",
|
|
"hash": "77e6c5dbd2745ff3089d4a81c11abe8a846a1c0ca44e0f036ce37093d6a0df80"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v0.23.0/lab_0.23.0_windows_386.tar.gz",
|
|
"hash": "cfb40442ccc2aa6cbb9b6b1be201879a62587487f8455b7e5f850fc48610cf58"
|
|
}
|
|
},
|
|
"bin": "lab.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/zaquestion/lab"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zaquestion/lab/releases/download/v$version/lab_$version_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/lab_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|