skaffold: update to 0.32.0.
Adopted. Fix version display.
This commit is contained in:
parent
34e25c16f6
commit
a5c7b28b97
@ -1,13 +1,14 @@
|
||||
# Template file for 'skaffold'
|
||||
pkgname=skaffold
|
||||
version=0.27.0
|
||||
version=0.32.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/GoogleContainerTools/skaffold
|
||||
go_package="${go_import_path}/cmd/skaffold"
|
||||
go_ldflags="-X ${go_import_path}/pkg/skaffold/version.version=${version}"
|
||||
short_desc="Easy and repeatable Kubernetes development"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://skaffold.dev/"
|
||||
distfiles="https://github.com/GoogleContainerTools/skaffold/archive/v${version}.tar.gz"
|
||||
checksum=1fa4b6af6d3a7bb47fc1c6632815d4951265599c06b868fc111881f5c34f6328
|
||||
checksum=d53305ac028c4562398029ebcc50baaaa43858a2247170abf07e4f9803d14b73
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'tgt'
|
||||
pkgname=tgt
|
||||
version=1.0.78
|
||||
version=1.0.79
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://stgt.sourceforge.net/"
|
||||
distfiles="https://github.com/fujita/tgt/archive/v${version}.tar.gz"
|
||||
checksum=3ba44d5195b2007c6d9008f46a10f7754c90b9bcf6117a7f3e136accb209faac
|
||||
checksum=6736d799a202ff665549359859441c6d2b5e3425bffef9ee60ab5a101342a40d
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/CFLAGS/MYCFLAGS/; s/\$(MYCFLAGS)/& $(CFLAGS) -Wno-error=stringop-truncation/g' usr/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user