From 8ad18f9345d5dd1a233c6f0e3dffee411df666b1 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 24 May 2017 17:15:25 +0000 Subject: [PATCH] flannel: fix checksum --- srcpkgs/flannel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flannel/template b/srcpkgs/flannel/template index 54d05a08d7..75a4ff9a0b 100644 --- a/srcpkgs/flannel/template +++ b/srcpkgs/flannel/template @@ -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=f8b837bc042c917cd37cfe131132ba1fde5268fadb7632da9c16f57d0905161b +checksum=3c3148eac3537fba6c5377922366ed36b1415d20111434172c5c42fec74db366 pre_build() { CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6