Skip to content

Commit

Permalink
gitbutler-nightly: Add version 0.5.415 (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixb1122 committed May 9, 2024
1 parent 1849325 commit 98306fd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/gitbutler-nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.5.415",
"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/nightly/0.5.415-830/windows/x86_64/GitButler_Nightly_0.5.415_x64_en-US.msi",
"hash": "17a9201ea78df745b8c549cfac2776a5f03ec1d50c3d317b428201524890b6ed",
"extract_dir": "PFiles/GitButler Nightly"
}
},
"shortcuts": [
[
"GitButler Nightly.exe",
"GitButler Nightly"
]
],
"checkver": {
"url": "https://app.gitbutler.com/downloads",
"regex": "releases/nightly/([\\d.-]+)-(?<Build>[\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.gitbutler.com/releases/nightly/$version-$matchBuild/windows/x86_64/GitButler_Nightly_$version_x64_en-US.msi"
}
}
}
}

0 comments on commit 98306fd

Please sign in to comment.