summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2018-09-03 22:58:40 +0200
committerDanilo Kühn2018-09-03 22:58:40 +0200
commit36dc1bff5c98955d67c2c423cd8bebeb83b32e69 (patch)
tree3dc3052acbf62065059ae809136ebcd68b17705b
parent123696bc072a14bcd9d538f973e75a96244edc6e (diff)
downloadaur-36dc1bff5c98955d67c2c423cd8bebeb83b32e69.tar.gz
upgrade to 0.9-7
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 783002b85934..69cdd1ba842b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.9-beta.4
+_pkgver=v0.9-beta.7
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
pkgver=0.9
-pkgrel=4
+pkgrel=7
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=(
- 'f6666319b7dfa7889f1bd588b803ab626b1aae7c26a8a6aad87434da771d59c3'
+ '69ad73e1e89a23b8ffa4c9b797a872889cee14318994ac106be3c1c28e3a6158'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- '9f0a884ea8570295117c4ae0092d1c5025b39ea06c98d9e4f904524d95e94a68'
+ '807f486a8058d5c70f778b0fa53c94ebbd8b23d4c5c8b59af86307e92e249331'
)
fi