flannel: update to 0.8.0.

This commit is contained in:
Andrea Brancaleoni 2017-07-12 07:45:10 +02:00
parent fa4d2ce8d4
commit db81da77ec

View file

@ -1,7 +1,7 @@
# Template file for 'flannel'
pkgname=flannel
version=0.7.1
revision=2
version=0.8.0
revision=1
build_style=go
short_desc="Etcd backed network fabric for containers"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -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=3c3148eac3537fba6c5377922366ed36b1415d20111434172c5c42fec74db366
checksum=8905f1706b649db8c9852ddd0d559ff8c1844886278455b8ff0c22b909b1e059
pre_build() {
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6