go: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:29 +00:00
parent 16c202aeef
commit bf82ebcd81
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,6 @@ hostmakedepends="git ca-certificates"
short_desc="The Go Programming Language"
maintainer="Dominik Honnef <dominik@honnef.co>"
homepage="http://golang.org/"
update_ignore="*beta* *rc*"
license="BSD"
distfiles="http://golang.org/dl/go${version}.src.tar.gz"
checksum=3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae

1
srcpkgs/go/update Normal file
View file

@ -0,0 +1 @@
ignore="*beta* *rc*"