mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
flannel: update to 0.7.1.
This commit is contained in:
parent
c0d7d4b2b6
commit
78793d7fda
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flannel'
|
# Template file for 'flannel'
|
||||||
pkgname=flannel
|
pkgname=flannel
|
||||||
version=0.7.0
|
version=0.7.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="Etcd backed network fabric for containers"
|
short_desc="Etcd backed network fabric for containers"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
@ -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=16764a5bdceb46ca2cdce4a88c4974fba6f1ed3e58003f5d71447f0f3f2b631a
|
checksum=f8b837bc042c917cd37cfe131132ba1fde5268fadb7632da9c16f57d0905161b
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue