summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69cdd1ba842b..3a290a08bcf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.9-beta.7
+_pkgver=v0.9-beta.8
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
pkgver=0.9
-pkgrel=7
+pkgrel=8
pkgdesc="dry is a terminal application to manage Docker containers and images"
url="http://moncho.github.io/dry/"
arch=('x86_64' 'i686')
@@ -16,14 +16,14 @@ source=(
"${_pkgdownlad}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-386"
)
sha256sums=(
- '69ad73e1e89a23b8ffa4c9b797a872889cee14318994ac106be3c1c28e3a6158'
+ 'f906b35b8e792f762e9ad2ecd031785d0b050b17288dbd1fb985314a967e3a70'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- '807f486a8058d5c70f778b0fa53c94ebbd8b23d4c5c8b59af86307e92e249331'
+ '17ae95eca8f2f16de873b1506c311241a4b9359e035e00f201828ef84c8e4931'
)
fi