summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-06-01 17:04:31 -0400
committerDavid Birks2020-06-01 17:04:31 -0400
commit324837c69bc4a8b89283997ee6284c1f7b3f7b35 (patch)
treebe0f9a12d188695fe86b8b7096eb97141ac699b9 /PKGBUILD
parentb3d0c2c5f72a49d142fbf6a8efbbd3ca7ca9ba11 (diff)
downloadaur-324837c69bc4a8b89283997ee6284c1f7b3f7b35.tar.gz
Update to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 670bfb156e53..ad3e8b3feeca 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.12.1
+pkgver=0.13.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=('f7f22a98b746334e94e90bc09e94a3a72a76485760ab6b94a9b5d5fa20c8934a')
+sha256sums=('2b11b5602d6764a558792574207d459f8f14733b3d2af37ab4a6dd9e26bad5a2')
build() {
cd $pkgname-$pkgver