From f6b06e2610669b51547cbe9f92600077f55e5ef6 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 25 Apr 2024 00:43:59 +0530 Subject: [PATCH] git-extras: update to 7.2.0. --- srcpkgs/git-extras/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 885d66bf7caf3c..be02de1274b97f 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,6 +1,6 @@ # Template file for 'git-extras' pkgname=git-extras -version=7.1.0 +version=7.2.0 revision=1 build_style=gnu-makefile depends="bash git" @@ -8,9 +8,9 @@ short_desc="Little git extras" maintainer="icp " license="MIT" homepage="https://github.com/tj/git-extras" -changelog="https://raw.githubusercontent.com/tj/git-extras/master/History.md" +changelog="https://raw.githubusercontent.com/tj/git-extras/main/History.md" distfiles="https://github.com/tj/git-extras/archive/refs/tags/${version}.tar.gz" -checksum=e5c855361d2f1ec1be6ee601247153d9c8c04a221949b6ec3903b32fa736f542 +checksum=f570f19b9e3407e909cb98d0536c6e0b54987404a0a053903a54b81680c347f1 post_patch() { vsed -e 's|$(SYSCONFDIR)/bash-completion|/usr/share/bash-completion|' -i Makefile