From d8c4be8f4259ddb1b4625b63e71e45243d2a3079 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Fri, 28 Nov 2014 12:02:01 +0000 Subject: [PATCH] ninja: update-check support --- srcpkgs/ninja/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template index ca149096a0b..c7921b53a06 100644 --- a/srcpkgs/ninja/template +++ b/srcpkgs/ninja/template @@ -6,6 +6,8 @@ hostmakedepends="python asciidoc git" short_desc="Small build system with a focus on speed" maintainer="Juan RP " license="Apache-2.0" +update_site="https://github.com/martine/ninja/tags" +update_pattern='archive/v\K[\d.]+(?=\.tar\.gz)' homepage="http://martine.github.io/ninja/" do_fetch() {