summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-22 14:54:25 -0400
committerDavid Birks2020-04-22 14:54:25 -0400
commita195d11b868e32735062c9acb3a1ef591979ebd5 (patch)
tree5872d0ccbc84a195cf14c80c2a2489a3f200ead7 /PKGBUILD
parente4331f6a931f6e73ffd9cde96bddf9db03774ec6 (diff)
downloadaur-a195d11b868e32735062c9acb3a1ef591979ebd5.tar.gz
Update to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b710b2a32360..c5885115f7fd 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.1
+pkgver=0.12.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=('e885c9c8187e35d88427a3ae3774993e0d47dca3f63d9a8d6940196d46ec4a0f')
+sha256sums=('90ce2207cc2b5d54de556180e5edbe02f0ef34cdeb92637cd510681c5a2c0c50')
build() {
cd $pkgname-$pkgver