skaffold: update to 1.5.0.
This commit is contained in:
parent
ac463daf8a
commit
718bdbd683
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'skaffold'
|
# Template file for 'skaffold'
|
||||||
pkgname=skaffold
|
pkgname=skaffold
|
||||||
version=1.4.0
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/GoogleContainerTools/skaffold
|
go_import_path=github.com/GoogleContainerTools/skaffold
|
||||||
|
@ -8,8 +8,8 @@ go_package="${go_import_path}/cmd/skaffold"
|
||||||
go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}"
|
go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}"
|
||||||
short_desc="Easy and repeatable Kubernetes development"
|
short_desc="Easy and repeatable Kubernetes development"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="Apache-2.0"
|
||||||
homepage="https://skaffold.dev/"
|
homepage="https://skaffold.dev/"
|
||||||
changelog="https://github.com/GoogleContainerTools/skaffold/releases"
|
changelog="https://github.com/GoogleContainerTools/skaffold/releases"
|
||||||
distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
|
distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
|
||||||
checksum=43190aa81fb7fe15418fd65241635b602c7498e01934f31eca3798f8ef04c514
|
checksum=ed0f0ca61b212f3d0c8ad695895d951470d8005c24d8d15305c96c2f57c7b281
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue