summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2020-02-10 09:31:25 -0500
committerDavid Birks2020-02-10 09:31:25 -0500
commitde0529ca2a56d008eb72efd6f60785d9b44be9c2 (patch)
tree5216d6dd160d0c5d9ede7aad2701c267ebe1935d
parent9ece650427c57960d02137614822d6c5247396e2 (diff)
downloadaur-de0529ca2a56d008eb72efd6f60785d9b44be9c2.tar.gz
Update to 0.9.2
And update my email address
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3dd1f656948..e71083da8ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dive
pkgdesc = A tool for exploring each layer in a docker image
- pkgver = 0.9.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/wagoodman/dive
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = dive
makedepends = go
depends = docker
conflicts = dive-git
- source = dive-0.9.1.tar.gz::https://github.com/wagoodman/dive/archive/v0.9.1.tar.gz
- sha256sums = 33f34c3d49494facffe043c551cf100d714e7acc2ce7739260fb3879e4732dec
+ source = dive-0.9.2.tar.gz::https://github.com/wagoodman/dive/archive/v0.9.2.tar.gz
+ sha256sums = 1f84bf3d2ba04986827ff5b1a66920f030f7b4788c927c5e152ff5bcf49f9770
pkgname = dive
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