erlang: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:57 +00:00
parent 2bdd05532b
commit 6e37bb7dee
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,6 @@ short_desc="Concurrent functional programming language developed by Ericsson"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://www.erlang.org/"
update_site="http://www.erlang.org/download.html"
update_pattern='otp_src_\K[\d.]+\d+'
distfiles="http://www.erlang.org/download/otp_src_${version}.tar.gz
http://www.erlang.org/download/otp_doc_man_${version}.tar.gz"
checksum="0d82eda6ae7ac6f0f860093324e540fa514497068ec3b4177800284e8c761f56

2
srcpkgs/erlang/update Normal file
View file

@ -0,0 +1,2 @@
site="http://www.erlang.org/download.html"
pattern='otp_src_\K[\d.]+\d+'