summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Stark2018-11-25 18:21:37 +0000
committerDavid Stark2018-11-25 18:21:37 +0000
commita0e7aea5d994186394b357df1fe10b1bc8646d69 (patch)
tree3e787818749f8c4b1b1a6a9ae409caaad74ccb9b /PKGBUILD
parenta7d5e0c0afa2e945ca41937db52dba730adb66e9 (diff)
downloadaur-a0e7aea5d994186394b357df1fe10b1bc8646d69.tar.gz
dive updated to latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45b3e5e58976..4040bb1015a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Stark <david@starkers.org>
pkgname=dive
-pkgver=0.2.0
+pkgver=0.3.0
_build=${pkgver}
-pkgrel=2
+pkgrel=3
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=("4e69811f9029001fb572b708fc8fb881")
+md5sums_x86_64=("2317af537a702de7a38c027e9fb94065")
package() {
install -d ${pkgdir}/usr/bin