flannel: update to 0.14.0.
This commit is contained in:
parent
a611f4248c
commit
63af6a670b
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue