operator-sdk: update to 0.18.1, orphan
This commit is contained in:
parent
8f5e1c0ceb
commit
645706344e
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'operator-sdk'
|
||||
pkgname=operator-sdk
|
||||
version=0.18.0
|
||||
version=0.18.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/operator-framework/operator-sdk"
|
||||
go_package="${go_import_path}/cmd/operator-sdk"
|
||||
go_ldflags="-X ${go_import_path}/version.GitVersion=v${version}"
|
||||
short_desc="SDK for building Kubernetes applications"
|
||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/operator-framework/operator-sdk"
|
||||
distfiles="https://github.com/operator-framework/operator-sdk/archive/v${version}.tar.gz"
|
||||
checksum=408a03a65ccc2700735c0a21540531b9fc3e1d669a612b707face640209bfc57
|
||||
checksum=33680b9236ea7da51cb7b165dc624b512f04e3e9a2bf592101bfc3b312e340f8
|
||||
|
|
Loading…
Reference in a new issue