summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stark2018-11-10 17:33:16 +0000
committerDavid Stark2018-11-10 17:33:16 +0000
commita4df3b57dba094a4b960e4ad6e7898823df1bb95 (patch)
tree82494d0c95a6961e3920ef1f2abb51ddd501dedd
parent9690d62840266351ca7a26274fd3011caf88a911 (diff)
downloadaur-a4df3b57dba094a4b960e4ad6e7898823df1bb95.tar.gz
0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77be26666f29..bb7b22b2a100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dive
pkgdesc = A tool for exploring each layer in a docker image
- pkgver = 0.0.8
- pkgrel = 1
+ pkgver = 0.2.0
+ pkgrel = 2
url = https://github.com/wagoodman/dive
arch = x86_64
license = MIT
- source_x86_64 = https://github.com/wagoodman/dive/releases/download/v0.0.8/dive_0.0.8_linux_amd64.tar.gz
- md5sums_x86_64 = 56cdcd34bbbc6e8b668927020fb1b25c
+ source_x86_64 = https://github.com/wagoodman/dive/releases/download/v0.2.0/dive_0.2.0_linux_amd64.tar.gz
+ md5sums_x86_64 = 4e69811f9029001fb572b708fc8fb881
pkgname = dive
diff --git a/PKGBUILD b/PKGBUILD
index d041fed55f25..45b3e5e58976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Stark <david@starkers.org>
pkgname=dive
-pkgver=0.0.8
+pkgver=0.2.0
_build=${pkgver}
-pkgrel=1
+pkgrel=2
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=("56cdcd34bbbc6e8b668927020fb1b25c")
+md5sums_x86_64=("4e69811f9029001fb572b708fc8fb881")
package() {
install -d ${pkgdir}/usr/bin