diff options
author | David Birks | 2020-06-03 23:37:40 -0400 |
---|---|---|
committer | David Birks | 2020-06-03 23:37:40 -0400 |
commit | ae931bc2a99b5452f6118366ddaecf58994c8e3a (patch) | |
tree | 993e23bedd5b1343e5b7e39607bc220ed889f12c /PKGBUILD | |
parent | 324837c69bc4a8b89283997ee6284c1f7b3f7b35 (diff) | |
download | aur-ae931bc2a99b5452f6118366ddaecf58994c8e3a.tar.gz |
Update to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |