summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-07-28 13:08:49 -0400
committerDavid Birks2020-07-28 13:08:49 -0400
commit8f18e7a2468c7e04b5985ffe4e91be872adef3aa (patch)
treed49a40549bf36f9c8aa57d0047a9dc46db1abc90 /PKGBUILD
parent165af139cdfdd288772a13d27a83fe7e79fb79ef (diff)
downloadaur-8f18e7a2468c7e04b5985ffe4e91be872adef3aa.tar.gz
Update to 0.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b1d257b2c6b..e429d00eaac7 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.14.0
+pkgver=0.14.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=('76d8b90c8d09cd16056904c626d76257752edb9df4eb7ac8a9dc0bb7de23aff9')
+sha256sums=('afb2a243db2a0d998a693559f1a5d2ffcf95deded9fc0b82988097971e8c286f')
build() {
cd $pkgname-$pkgver