Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/git-toolbelt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'git-toolbelt'
pkgname=git-toolbelt
version=1.10.0
version=1.11.0
revision=1
depends="git fzf"
short_desc="Helper tools to make everyday life with Git much easier"
Expand All @@ -9,7 +9,7 @@ license="BSD-3-Clause"
homepage="https://github.com/nvie/git-toolbelt"
changelog="https://raw.githubusercontent.com/nvie/git-toolbelt/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
checksum=b6b23f61604b7a89a0bf7486ef9c32a34c95cf6b57c27376ff69d70c12fbf7c1
checksum=3828f96ff8ea14789a63fd914a5bf99ba4dad52e4066863b8fab0ea4310d9ac7
conflicts="git-extras"

do_install() {
Expand Down