summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 980b3294acfe..74ca78a1cf64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_binfile=dockviz_linux_amd64
pkgname=dockviz
-pkgver=0.5.0
+pkgver=0.6.3
pkgrel=1
pkgdesc="Visualizing Docker Data"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
depends=('glibc' 'docker')
options=()
source=("$pkgname-$pkgver::https://github.com/justone/$pkgname/releases/download/v$pkgver/$_binfile")
-sha1sums=('eb4d302fb83116e7b487cef0eb0bb1ffc1eb6146')
+sha1sums=('24716efd68a1c4b8cfaaea50f5dc1d4f22af263b')
package() {
cd "${srcdir}"