From 6e738e6a38a43bd94d11e4d3538640bb48f57555 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 23 Sep 2016 10:53:43 +0200 Subject: [PATCH] flannel: update to 0.6.2. --- srcpkgs/flannel/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/flannel/template b/srcpkgs/flannel/template index 7be1ab6ed79..a4c877d4009 100644 --- a/srcpkgs/flannel/template +++ b/srcpkgs/flannel/template @@ -1,6 +1,6 @@ # Template file for 'flannel' pkgname=flannel -version=0.6.1 +version=0.6.2 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=a2bb6bff1adb716e5913773cc7fc64e841b08fac5f00717b81496586a877f187 +checksum=40c315ee78e50b97d2e48e5c32e2d07690b7361fe1ca09efe16d3edda4bc7e33 pre_build() { CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6