jq: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:10 +00:00
parent 84050641ef
commit 324de14ce4
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@ short_desc="Command-line JSON processor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom" license="custom"
homepage="http://stedolan.github.io/jq/" 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" distfiles="http://stedolan.github.io/jq/download/source/${pkgname}-${version}.tar.gz"
checksum=998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d checksum=998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d

1
srcpkgs/jq/update Normal file
View File

@ -0,0 +1 @@
site="http://stedolan.github.io/jq/download/"