summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-10-14 23:12:07 -0400
committerDavid Birks2019-10-14 23:12:07 -0400
commit6f37c3f6774ecd7c7a0458387a353a035c70a746 (patch)
tree3e595d864848261b2e46a3cfc9ba654d6a360e3d /PKGBUILD
parent02202bd725c246a8bbc65f36684913f81717aa3b (diff)
downloadaur-6f37c3f6774ecd7c7a0458387a353a035c70a746.tar.gz
Update to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84fd8ac50d4b..c1864b4d75be 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.7.0
+pkgver=0.8.0
pkgrel=1
arch=('x86_64')
license=('Apache')
@@ -10,7 +10,7 @@ url='https://github.com/vmware/octant'
depends=('kubectl')
makedepends=('go' 'npm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vmware/octant/archive/v$pkgver.tar.gz")
-sha256sums=('b82f7fc7ba39d651d2764135685c784756f5dd58adcbe4bde2a332ffd0179219')
+sha256sums=('5605e3926dd3d9d32326d97bf4ab4dc7865bafc601f1c70885e7a1fd1dc98ee4')
build() {
cd $pkgname-$pkgver