From e4624b70cd4bb514772052fe8473935a6d0e01e4 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:40 +0000 Subject: [PATCH] bam: extract update_* to external update file --- srcpkgs/bam/template | 2 -- srcpkgs/bam/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/bam/update diff --git a/srcpkgs/bam/template b/srcpkgs/bam/template index 17a76121db9..0bad1f7fec0 100644 --- a/srcpkgs/bam/template +++ b/srcpkgs/bam/template @@ -7,8 +7,6 @@ short_desc="A fast and flexible build system using Lua" maintainer="Christian Neukirchen " license="custom" homepage="http://github.com/matricks/bam" -update_site="http://matricks.github.io/bam/" -update_pattern='bam-\K[\d.]+\d+' distfiles="https://github.com/downloads/matricks/bam/${pkgname}-${version}.tar.gz" checksum=5e4e4920b4d265da582f66774e9b1ec8ddfbe75ddc028fba86c12f686ea18db3 diff --git a/srcpkgs/bam/update b/srcpkgs/bam/update new file mode 100644 index 00000000000..dcfe011d337 --- /dev/null +++ b/srcpkgs/bam/update @@ -0,0 +1,2 @@ +site="http://matricks.github.io/bam/" +pattern='bam-\K[\d.]+\d+'