flannel: fix checksum

This commit is contained in:
Michael Gehring 2017-05-24 17:15:25 +00:00 committed by Leah Neukirchen
parent 44f621d1b5
commit 8ad18f9345

View file

@ -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