From 6eadccf7b27f15c694107eefb19a75c083092610 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 17 Nov 2017 12:31:39 +0100 Subject: [PATCH] flannel: update to 0.9.1. --- srcpkgs/flannel/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/flannel/template b/srcpkgs/flannel/template index ea4d2e1729d..031f999b2ee 100644 --- a/srcpkgs/flannel/template +++ b/srcpkgs/flannel/template @@ -1,7 +1,7 @@ # Template file for 'flannel' pkgname=flannel -version=0.9.0 -revision=2 +version=0.9.1 +revision=1 build_style=go short_desc="Etcd backed network fabric for containers" maintainer="Andrea Brancaleoni " @@ -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=3d04611497eab9f066d0316a23e5cc931b730707cc5fdcd1ea9940146f41151f +checksum=0ff11d28cffd6ff25ab9524349edb5580a1a314a2ea24704ad29e321615e4a79 pre_build() { CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6