summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f8096c5debe..a85728ddb864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octant
pkgdesc = A tool for developers to understand how applications run on a Kubernetes cluster
- pkgver = 0.15.0
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/vmware-tanzu/octant
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = octant
makedepends = python
makedepends = go.rice
depends = kubectl
- source = octant-0.15.0.tar.gz::https://github.com/vmware/octant/archive/v0.15.0.tar.gz
- sha256sums = 565eb472ca1f42cf09e2adf2242c64b38a087a00fbe905ed92821c3a2c7688a1
+ source = octant-0.16.0.tar.gz::https://github.com/vmware/octant/archive/v0.16.0.tar.gz
+ sha256sums = 6e1891fe0cbd7447f5de8b2fca2349eb7a33e3451ff7ced48c9402af6f539517
pkgname = octant
diff --git a/PKGBUILD b/PKGBUILD
index 4c1e51b642a4..651089bae923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octant
pkgdesc='A tool for developers to understand how applications run on a Kubernetes cluster'
-pkgver=0.15.0
+pkgver=0.16.0
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -10,7 +10,7 @@ url='https://github.com/vmware-tanzu/octant'
depends=('kubectl')
makedepends=('go' 'npm' 'git' 'python' 'go.rice')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
-sha256sums=('565eb472ca1f42cf09e2adf2242c64b38a087a00fbe905ed92821c3a2c7688a1')
+sha256sums=('6e1891fe0cbd7447f5de8b2fca2349eb7a33e3451ff7ced48c9402af6f539517')
build() {
cd $pkgname-$pkgver