mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
flannel: update to 0.20.0.
This commit is contained in:
parent
8fdb80c324
commit
2bb9101ae4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'flannel'
|
# Template file for 'flannel'
|
||||||
pkgname=flannel
|
pkgname=flannel
|
||||||
version=0.19.2
|
version=0.20.0
|
||||||
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=6868ec82c712d4f8aab56a9d060433894de6f2efcd0f317556487b4e7cf75727
|
checksum=901b947cfd0761cb9e72b0aaec19195b7e7bf03e6f7703c160cb15be093ce3bd
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
ln -s $wrksrc vendor/$go_import_path
|
ln -s $wrksrc vendor/$go_import_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue