flannel: update to 0.6.1.
This commit is contained in:
parent
8dca9a4b8f
commit
5cc875cf69
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flannel'
|
||||
pkgname=flannel
|
||||
version=0.6.0
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Etcd backed network fabric for containers"
|
||||
|
@ -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=906747b8cd28906fbc35f7e67a96a2b24af9dc6da60f5fe08a5c032ef4b180b4
|
||||
checksum=a2bb6bff1adb716e5913773cc7fc64e841b08fac5f00717b81496586a877f187
|
||||
|
||||
pre_build() {
|
||||
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
|
||||
|
|
Loading…
Reference in New Issue