From 11d324397bf72fb38dd7006a9e6011fcdefb144a Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 1 Dec 2014 21:50:14 +0000 Subject: [PATCH] libgit2: update-check support --- srcpkgs/libgit2/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libgit2/template b/srcpkgs/libgit2/template index 52d155fe4c5..5daefde49ef 100644 --- a/srcpkgs/libgit2/template +++ b/srcpkgs/libgit2/template @@ -8,6 +8,8 @@ makedepends="zlib-devel libressl-devel" short_desc="The Git linkable library" maintainer="Juan RP " homepage="http://libgit2.github.com/" +update_site="https://github.com/libgit2/libgit2/tags" +update_pattern='archive/v?\K[\d.]+(?=\.tar\.gz)' license="GPL-2 with Linking Exception" do_fetch() {