summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-03-30 12:32:58 -0400
committerDavid Birks2020-03-30 12:32:58 -0400
commite4331f6a931f6e73ffd9cde96bddf9db03774ec6 (patch)
treefe569b364981e131de1efde14b0f7660d527c306 /PKGBUILD
parent6364fd3a19ffad63c1c2b800de8179fa92ea8d7e (diff)
downloadaur-e4331f6a931f6e73ffd9cde96bddf9db03774ec6.tar.gz
Update to 0.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ddc651a37e8..b710b2a32360 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.11.0
+pkgver=0.11.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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
-sha256sums=('5a508b42ee3633aeab6dd3055949b40761b1f1fbe17df9b8ee9f93aee31ddaa9')
+sha256sums=('e885c9c8187e35d88427a3ae3774993e0d47dca3f63d9a8d6940196d46ec4a0f')
build() {
cd $pkgname-$pkgver