apache: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:04 +00:00
parent 7817f0f563
commit 9044aecc02
2 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,6 @@ conf_files="
short_desc="The Number One HTTP Server On The Internet"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
update_site="http://httpd.apache.org/download.cgi"
update_pattern='httpd-\K[\d.]+'
license="Apache-2.0"
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
checksum=176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a

2
srcpkgs/apache/update Normal file
View File

@ -0,0 +1,2 @@
site="http://httpd.apache.org/download.cgi"
pattern='httpd-\K[\d.]+'