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 a85728ddb864..566219693383 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.16.0
+ pkgver = 0.16.1
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.16.0.tar.gz::https://github.com/vmware/octant/archive/v0.16.0.tar.gz
- sha256sums = 6e1891fe0cbd7447f5de8b2fca2349eb7a33e3451ff7ced48c9402af6f539517
+ source = octant-0.16.1.tar.gz::https://github.com/vmware/octant/archive/v0.16.1.tar.gz
+ sha256sums = 36b99c245407c2b394b572223579c03450d484478a309349bcda1528c0a5dbd8
pkgname = octant
diff --git a/PKGBUILD b/PKGBUILD
index 651089bae923..55dfe64587f4 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.16.0
+pkgver=0.16.1
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=('6e1891fe0cbd7447f5de8b2fca2349eb7a33e3451ff7ced48c9402af6f539517')
+sha256sums=('36b99c245407c2b394b572223579c03450d484478a309349bcda1528c0a5dbd8')
build() {
cd $pkgname-$pkgver