summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2019-11-05 13:53:19 -0500
committerDavid Birks2019-11-05 13:53:19 -0500
commit510e0b6b26b295733c6fbe9844306d29ac98021e (patch)
tree33b3edaad5ecfb225fa75174e9f779e17c0b406d
parent8be237d9058df7e16f0d90f7a096f970a66566ef (diff)
downloadaur-510e0b6b26b295733c6fbe9844306d29ac98021e.tar.gz
Update to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45ede1cf86e..4231c71a8a98 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.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/vmware/octant
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = octant
makedepends = go
makedepends = npm
depends = kubectl
- source = octant-0.9.0.tar.gz::https://github.com/vmware/octant/archive/v0.9.0.tar.gz
- sha256sums = 543ac7f643b266d6919a4b5ce9155705153113c69a6cca8e4d51f6c0255a07e0
+ source = octant-0.9.1.tar.gz::https://github.com/vmware/octant/archive/v0.9.1.tar.gz
+ sha256sums = 751c347f8efcaf05a36f8451979d3a0ede2b90a20fea4447b238c80f0522c136
pkgname = octant
diff --git a/PKGBUILD b/PKGBUILD
index 7d4969f29004..d7a6a8c1dddd 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.9.0
+pkgver=0.9.1
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -10,7 +10,7 @@ url='https://github.com/vmware/octant'
depends=('kubectl')
makedepends=('go' 'npm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
-sha256sums=('543ac7f643b266d6919a4b5ce9155705153113c69a6cca8e4d51f6c0255a07e0')
+sha256sums=('751c347f8efcaf05a36f8451979d3a0ede2b90a20fea4447b238c80f0522c136')
build() {
export NG_CLI_ANALYTICS=ci