summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-07-17 17:20:03 -0400
committerDavid Birks2020-07-17 17:20:03 -0400
commit165af139cdfdd288772a13d27a83fe7e79fb79ef (patch)
treeadd9f547cd09a00ec19b87a3d01941b364c20bce /PKGBUILD
parentae931bc2a99b5452f6118366ddaecf58994c8e3a (diff)
downloadaur-165af139cdfdd288772a13d27a83fe7e79fb79ef.tar.gz
Update to 0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4e19b8ee05a..2b1d257b2c6b 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.13.1
+pkgver=0.14.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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
-sha256sums=('1d9992bb912696e4ff9b0c7981dfd48d207fab6eb7f179256809082da2430f8c')
+sha256sums=('76d8b90c8d09cd16056904c626d76257752edb9df4eb7ac8a9dc0bb7de23aff9')
build() {
cd $pkgname-$pkgver