From dcbfc9eddba43565378ecff8bb8e2218f6bc1026 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 28 Apr 2023 00:56:32 +0530 Subject: [PATCH] git-extras: update to 7.0.0. --- srcpkgs/git-extras/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 35b60c99d9d2..9cb7a3242cb6 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,6 +1,6 @@ # Template file for 'git-extras' pkgname=git-extras -version=6.5.0 +version=7.0.0 revision=1 build_style=gnu-makefile depends="bash git" @@ -10,7 +10,7 @@ license="MIT" homepage="https://github.com/tj/git-extras" changelog="https://raw.githubusercontent.com/tj/git-extras/master/History.md" distfiles="https://github.com/tj/git-extras/archive/refs/tags/${version}.tar.gz" -checksum=eace7a0659749c72abf1cee68c03ea0a77715870d5e321c729e4a231ee359b61 +checksum=3adcbc247d6cb78dc58cace22e9ad789cd6f5061522516660dfb59cc6ec08def post_patch() { vsed -e 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' -i Makefile