Skip to content

Commit

Permalink
gitbutler: Add version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixb1122 authored Apr 10, 2024
1 parent 051ed65 commit 8aaa0c5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/gitbutler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.11.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.11.0-810/windows/x86_64/GitButler_0.11.0_x64_en-US.msi",
"hash": "9dc6eee5fc5fd59aea38e7b7b104fb5b2feb6ebd08566bd0a88c63881ae40bd2",
"extract_dir": "PFiles/GitButler"
}
},
"shortcuts": [
[
"GitButler.exe",
"GitButler"
]
],
"checkver": {
"url": "https://app.gitbutler.com/downloads",
"regex": "releases/release/([\\d.-]+)-(?<Build>[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.gitbutler.com/releases/release/$version-$matchBuild/windows/x86_64/GitButler_$version_x64_en-US.msi"
}
}
}
}

0 comments on commit 8aaa0c5

Please sign in to comment.