mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-08-01 07:02:18 +08:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.22.0",
|
|
"description": "A Git client for simultaneous branches on top of your existing workflow.",
|
|
"homepage": "https://gitbutler.com/",
|
|
"license": "FSL-1.1-MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.gitbutler.com/releases/release/0.22.0-3180/windows/x86_64/GitButler_0.22.0_x64_en-US.msi",
|
|
"hash": "cb73d9c66f6785aecccf22b2603a98c493027e9b7ec3d10a8f5ea1f7185cdd62",
|
|
"extract_dir": "PFiles/GitButler"
|
|
}
|
|
},
|
|
"bin": "but.exe",
|
|
"shortcuts": [
|
|
[
|
|
"gitbutler-tauri.exe",
|
|
"GitButler"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://app.gitbutler.com/api/downloads?limit=1&channel=release",
|
|
"regex": "releases/release/([\\d.-]+)-(?<Build>[\\d]+)/windows"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.gitbutler.com/releases/release/$version-$matchBuild/windows/x86_64/GitButler_$version_x64_en-US.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|