summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-06-03 23:37:40 -0400
committerDavid Birks2020-06-03 23:37:40 -0400
commitae931bc2a99b5452f6118366ddaecf58994c8e3a (patch)
tree993e23bedd5b1343e5b7e39607bc220ed889f12c /PKGBUILD
parent324837c69bc4a8b89283997ee6284c1f7b3f7b35 (diff)
downloadaur-ae931bc2a99b5452f6118366ddaecf58994c8e3a.tar.gz
Update to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad3e8b3feeca..d4e19b8ee05a 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.0
+pkgver=0.13.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=('2b11b5602d6764a558792574207d459f8f14733b3d2af37ab4a6dd9e26bad5a2')
+sha256sums=('1d9992bb912696e4ff9b0c7981dfd48d207fab6eb7f179256809082da2430f8c')
build() {
cd $pkgname-$pkgver