parent
6c43a3d45a
commit
b76216a2ab
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kops'
|
# Template file for 'kops'
|
||||||
pkgname=kops
|
pkgname=kops
|
||||||
version=1.15.1
|
version=1.19.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64*"
|
archs="x86_64*"
|
||||||
build_wrksrc=src/k8s.io/kops
|
build_wrksrc=src/k8s.io/kops
|
||||||
|
@ -18,7 +18,7 @@ do_fetch() {
|
||||||
# process expects the directory to be a git repository
|
# process expects the directory to be a git repository
|
||||||
rm -rf $wrksrc
|
rm -rf $wrksrc
|
||||||
mkdir -p $wrksrc/src/k8s.io
|
mkdir -p $wrksrc/src/k8s.io
|
||||||
git clone -b ${version} https://github.com/kubernetes/kops \
|
git clone -b v${version} https://github.com/kubernetes/kops \
|
||||||
$wrksrc/src/k8s.io/kops
|
$wrksrc/src/k8s.io/kops
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue