mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
876 B
JSON
27 lines
876 B
JSON
{
|
|
"version": "4.0.0",
|
|
"description": "Smooth git handover with mob",
|
|
"homepage": "https://mob.sh",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/remotemobprogramming/mob/releases/download/v4.0.0/mob_v4.0.0_windows_amd64.tar.gz",
|
|
"hash": "cab6a35e53d8142574f56ce834f16abcfe843a8ca3d6ca7a3973f1266186347a"
|
|
}
|
|
},
|
|
"bin": "mob.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/remotemobprogramming/mob"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/remotemobprogramming/mob/releases/download/v$version/mob_v$version_windows_amd64.tar.gz",
|
|
"hash": {
|
|
"url": "$baseurl/mob_v$version_windows_amd64_sha256_checksum.txt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|