summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo Kühn2019-03-12 20:53:07 +0100
committerDanilo Kühn2019-03-12 20:53:07 +0100
commit843a031e2065929737bd78121a8f902b61a958ae (patch)
tree8712117041ca486e84a2030e72fbcd76cc0f8346 /PKGBUILD
parent7e537c734c20666a416578b785bc9747ad530268 (diff)
downloadaur-843a031e2065929737bd78121a8f902b61a958ae.tar.gz
update to v0.9-beta.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a290a08bcf9..5ea6c94dd902 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.9-beta.8
+_pkgver=v0.9-beta.9
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
pkgver=0.9
-pkgrel=8
+pkgrel=9
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=(
- 'f906b35b8e792f762e9ad2ecd031785d0b050b17288dbd1fb985314a967e3a70'
+ '9f035141fefbcac664650ab807d018e9d9bdbabd49b0a243b4e2a9aa99eea8b4'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- '17ae95eca8f2f16de873b1506c311241a4b9359e035e00f201828ef84c8e4931'
+ '556b680f2e7680b91901b6562670f616917cda0a5fb1b0c72c39e5fa63852dad'
)
fi