openjdk: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:31 +00:00
parent eb8aeacc9b
commit 784469c533
2 changed files with 2 additions and 2 deletions

View file

@ -45,8 +45,6 @@ short_desc="OpenJDK Java Development Kit"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://openjdk.java.net/"
update_site="http://hg.openjdk.java.net/jdk8u/jdk8u/tags"
update_pattern='jdk\K8u\d+'
distfiles="
http://hg.openjdk.java.net/jdk8u/jdk8u/archive/${_repo_ver}.tar.gz>jdk8u-${_repo_ver}.tar.gz
http://hg.openjdk.java.net/jdk8u/jdk8u/corba/archive/${_repo_ver}.tar.gz>corba-${_repo_ver}.tar.gz

2
srcpkgs/openjdk/update Normal file
View file

@ -0,0 +1,2 @@
site="http://hg.openjdk.java.net/jdk8u/jdk8u/tags"
pattern='jdk\K8u\d+'