flannel: update to 0.15.1.

This commit is contained in:
Andrea Brancaleoni 2021-11-08 00:13:59 +01:00
parent a8c83cc472
commit 72f03797a7

View file

@ -1,6 +1,6 @@
# Template file for 'flannel' # Template file for 'flannel'
pkgname=flannel pkgname=flannel
version=0.14.0 version=0.15.1
revision=1 revision=1
build_style=go build_style=go
short_desc="Etcd backed network fabric for containers" short_desc="Etcd backed network fabric for containers"
@ -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=e17164db3b158d13ce5e40bb7b233790cb186762d929fa4f626baf586d4d63ca checksum=d882df8b2389dbb3c41f8d3eb026836c6d17c35de5db9ee9c95b08335af1463d
post_extract() { post_extract() {
ln -s $wrksrc vendor/$go_import_path ln -s $wrksrc vendor/$go_import_path