flannel: fix checksum
This commit is contained in:
parent
44f621d1b5
commit
8ad18f9345
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ license="Apache-2.0"
|
||||||
go_import_path="github.com/coreos/flannel"
|
go_import_path="github.com/coreos/flannel"
|
||||||
homepage="https://$go_import_path"
|
homepage="https://$go_import_path"
|
||||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||||
checksum=f8b837bc042c917cd37cfe131132ba1fde5268fadb7632da9c16f57d0905161b
|
checksum=3c3148eac3537fba6c5377922366ed36b1415d20111434172c5c42fec74db366
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
|
CGO_CFLAGS="${CGO_CFLAGS/-O2/}" # Disable optimizations because of a cgo bug in Go 1.6
|
||||||
|
|
Loading…
Reference in a new issue