From 324de14ce47c096765607bf36a8d30ceac955ace Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:17:10 +0000 Subject: [PATCH] jq: extract update_* to external update file --- srcpkgs/jq/template | 1 - srcpkgs/jq/update | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 srcpkgs/jq/update diff --git a/srcpkgs/jq/template b/srcpkgs/jq/template index e339a1b13ce..9da86eef52c 100644 --- a/srcpkgs/jq/template +++ b/srcpkgs/jq/template @@ -7,7 +7,6 @@ short_desc="Command-line JSON processor" maintainer="Christian Neukirchen " license="custom" homepage="http://stedolan.github.io/jq/" -update_site="http://stedolan.github.io/jq/download/" distfiles="http://stedolan.github.io/jq/download/source/${pkgname}-${version}.tar.gz" checksum=998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d diff --git a/srcpkgs/jq/update b/srcpkgs/jq/update new file mode 100644 index 00000000000..5952b47d8f7 --- /dev/null +++ b/srcpkgs/jq/update @@ -0,0 +1 @@ +site="http://stedolan.github.io/jq/download/"