mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
go: extract update_* to external update file
This commit is contained in:
parent
16c202aeef
commit
bf82ebcd81
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@ hostmakedepends="git ca-certificates"
|
||||||
short_desc="The Go Programming Language"
|
short_desc="The Go Programming Language"
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
homepage="http://golang.org/"
|
homepage="http://golang.org/"
|
||||||
update_ignore="*beta* *rc*"
|
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://golang.org/dl/go${version}.src.tar.gz"
|
distfiles="http://golang.org/dl/go${version}.src.tar.gz"
|
||||||
checksum=3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae
|
checksum=3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae
|
||||||
|
|
1
srcpkgs/go/update
Normal file
1
srcpkgs/go/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*beta* *rc*"
|
Loading…
Add table
Reference in a new issue