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.9.4
version=1.10.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=621c477dab0b35c25dc975d36db56a89a5f7e4edadc007b23fee61fb2071e79e
checksum=b6b23f61604b7a89a0bf7486ef9c32a34c95cf6b57c27376ff69d70c12fbf7c1
conflicts="git-extras"

do_install() {
Expand Down