summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stark2019-01-03 14:31:33 +0000
committerDavid Stark2019-01-03 14:31:33 +0000
commit5a245601e4cf97ee938dff9c20ad16d896fd2dda (patch)
tree5e9db869b2684e1d031797f9f8d3924de4bb0e55
parenta0e7aea5d994186394b357df1fe10b1bc8646d69 (diff)
downloadaur-5a245601e4cf97ee938dff9c20ad16d896fd2dda.tar.gz
updated dive to 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4102ed1f81ab..97b5b259a73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dive
pkgdesc = A tool for exploring each layer in a docker image
- pkgver = 0.3.0
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 4
url = https://github.com/wagoodman/dive
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/wagoodman/dive/releases/download/v0.3.0/dive_0.3.0_linux_amd64.tar.gz
- md5sums_x86_64 = 2317af537a702de7a38c027e9fb94065
+ source_x86_64 = https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_linux_amd64.tar.gz
+ md5sums_x86_64 = 17855f80fcfef47e65ede67b237f7ca9
pkgname = dive
diff --git a/PKGBUILD b/PKGBUILD
index 4040bb1015a7..72c661556233 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Stark <david@starkers.org>
pkgname=dive
-pkgver=0.3.0
+pkgver=0.6.0
_build=${pkgver}
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for exploring each layer in a docker image"
url="https://github.com/wagoodman/dive"
arch=("x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
conflicts=()
source_x86_64=("https://github.com/wagoodman/dive/releases/download/v${pkgver}/dive_${pkgver}_linux_amd64.tar.gz")
-md5sums_x86_64=("2317af537a702de7a38c027e9fb94065")
+md5sums_x86_64=("17855f80fcfef47e65ede67b237f7ca9")
package() {
install -d ${pkgdir}/usr/bin