diff options
-rw-r--r-- | testing/kube-no-trouble/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kube-no-trouble/APKBUILD b/testing/kube-no-trouble/APKBUILD index 712f316fcd5..0e918b9bd51 100644 --- a/testing/kube-no-trouble/APKBUILD +++ b/testing/kube-no-trouble/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Thomas Deutsch <thomas@tuxpeople.org> pkgname=kube-no-trouble _pkgname=github.com/doitintl/kube-no-trouble -pkgver=0.7.2 -pkgrel=4 +pkgver=0.7.3 +pkgrel=0 pkgdesc="Easily check your clusters for use of deprecated APIs" url="https://github.com/doitintl/kube-no-trouble" arch="all" @@ -35,5 +35,5 @@ package() { } sha512sums=" -171d4a82c4911860bcf262b740523fd1571863e3f98c0d68539b13540c6fda44ec819cd46a9a1503785b377b4aee72f9ed492a2ef1c901ea1d090c9d93882078 kube-no-trouble-0.7.2.tar.gz +64f87733f8e5c50219a58b57aa13cbb87daa4a00a0743d303f08db1f7e1301abf50880fb13eae152627ac487efbfe712756f8260d372677714db15696c8bbcef kube-no-trouble-0.7.3.tar.gz " |