flannel: update to 0.21.2.
This commit is contained in:
parent
1c450fedfa
commit
4e8c3e0e95
|
@ -1,20 +1,17 @@
|
|||
# Template file for 'flannel'
|
||||
pkgname=flannel
|
||||
version=0.20.2
|
||||
version=0.21.2
|
||||
revision=1
|
||||
build_style=go
|
||||
short_desc="Etcd backed network fabric for containers"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
depends="etcd"
|
||||
license="Apache-2.0"
|
||||
go_import_path="github.com/coreos/flannel"
|
||||
go_mod_mode=off
|
||||
go_import_path="github.com/flannel-io/flannel"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/v${version}.tar.gz"
|
||||
checksum=d63845c2f408637b7e4dbb7884aa419780f6c12139ff1fe182f17e7b5552fdeb
|
||||
|
||||
post_extract() {
|
||||
ln -s $wrksrc vendor/$go_import_path
|
||||
}
|
||||
checksum=bc7e4b4383802f4dffe0df43d9c4fa3c0ad3d271839311fbdf6cb42775f678d9
|
||||
|
||||
post_install() {
|
||||
vsv flannel
|
||||
|
|
Loading…
Reference in New Issue