summarylogtreecommitdiffstats
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
parent7e537c734c20666a416578b785bc9747ad530268 (diff)
downloadaur-843a031e2065929737bd78121a8f902b61a958ae.tar.gz
update to v0.9-beta.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3e32ceacfaa..d92c4bfe19c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dry-bin
pkgdesc = dry is a terminal application to manage Docker containers and images
pkgver = 0.9
- pkgrel = 8
+ pkgrel = 9
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.9-beta.8::https://github.com/moncho/dry/releases/download/v0.9-beta.8/dry-linux-amd64
- sha256sums = 17ae95eca8f2f16de873b1506c311241a4b9359e035e00f201828ef84c8e4931
+ source = dry_v0.9-beta.9::https://github.com/moncho/dry/releases/download/v0.9-beta.9/dry-linux-amd64
+ sha256sums = 556b680f2e7680b91901b6562670f616917cda0a5fb1b0c72c39e5fa63852dad
pkgname = dry-bin
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