diff --git a/srcpkgs/flannel/template b/srcpkgs/flannel/template index bdce9f5955e..a3687a26ad7 100644 --- a/srcpkgs/flannel/template +++ b/srcpkgs/flannel/template @@ -1,6 +1,6 @@ # Template file for 'flannel' pkgname=flannel -version=0.13.0 +version=0.14.0 revision=1 build_style=go short_desc="Etcd backed network fabric for containers" @@ -10,7 +10,11 @@ license="Apache-2.0" go_import_path="github.com/coreos/flannel" homepage="https://$go_import_path" distfiles="$homepage/archive/v${version}.tar.gz" -checksum=ee519c58d1d1f3cc8e3ab2e21a6e30a024de16927961fe678a5453e70c16f557 +checksum=e17164db3b158d13ce5e40bb7b233790cb186762d929fa4f626baf586d4d63ca + +post_extract() { + ln -s $wrksrc vendor/$go_import_path +} post_install() { vsv flannel