summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a21e63d5422c..22f5ef56319a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: David Birks <david@tellus.space>
+# Maintainer: David Birks <david@birks.dev>
# Contributor: David Stark <david@starkers.org>
pkgname=dive
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc='A tool for exploring each layer in a docker image'
url='https://github.com/wagoodman/dive'
@@ -12,7 +12,7 @@ depends=('docker')
makedepends=('go')
conflicts=('dive-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wagoodman/dive/archive/v$pkgver.tar.gz")
-sha256sums=('33f34c3d49494facffe043c551cf100d714e7acc2ce7739260fb3879e4732dec')
+sha256sums=('1f84bf3d2ba04986827ff5b1a66920f030f7b4788c927c5e152ff5bcf49f9770')
build() {
cd $pkgname-$pkgver