flannel: update to 0.6.0.
This commit is contained in:
parent
f95b6534d2
commit
630b75021e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'flannel'
|
||||
pkgname=flannel
|
||||
version=0.5.5
|
||||
revision=2
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Etcd backed network fabric for containers"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
|
@ -10,7 +10,7 @@ license="Apache-2.0"
|
|||
go_import_path="github.com/coreos/flannel"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||
checksum=dbbcb08c0e70713b0c920387a9967e5b30ef833c8118c847edbbca4f68ff0562
|
||||
checksum=906747b8cd28906fbc35f7e67a96a2b24af9dc6da60f5fe08a5c032ef4b180b4
|
||||
|
||||
pre_build() {
|
||||
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
|
||||
|
|
Loading…
Reference in New Issue