summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-02-28 16:41:16 +0100
committerDanilo Kühn2017-02-28 16:41:16 +0100
commit273cb6bdff166fea684e0b67c94b46f8830a8dd0 (patch)
tree3c8bd0e204bf26f6fb44df4f372a78b5ab7c746e
parent9080b3527ef571de650a8363c49ed94fd9b93358 (diff)
downloadaur-273cb6bdff166fea684e0b67c94b46f8830a8dd0.tar.gz
update version to 0.6-beta.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb27eef9cee3..61ee05dd61f0 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.6
- pkgrel = 5
+ pkgrel = 6
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry::https://github.com/moncho/dry/releases/download/v0.6-alpha.5/dry-linux-amd64
- sha256sums = c787562a8b7276e755b9d9a8e9eb3717237866ea18fe7fe79aa076875fc6eb3e
+ source = dry::https://github.com/moncho/dry/releases/download/v0.6-beta.2/dry-linux-amd64
+ sha256sums = aa3897a7257216fe6edd017e9a38abf49b26244f4963de171ff0f8b79a89f66d
pkgname = dry-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ad2e722daf2..d65c0b88d1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.6-alpha.5
+_pkgver=v0.6-beta.2
pkgname=dry-bin
pkgver=0.6
-pkgrel=5
+pkgrel=6
pkgdesc="dry is a terminal application to manage Docker containers and images"
url="http://moncho.github.io/dry/"
arch=('x86_64' 'i686')
@@ -15,14 +15,14 @@ source=(
"${_pkgname}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-386"
)
sha256sums=(
- '814f9c65066d43e4c395e5f929c723ecc37b7bf3c855db2cf79f8733eb8e17ae'
+ '96adbdb64122a019462392539a6cef7c4b7b089b2e73d68617cb686c57798ef7'
)
else
source=(
"${_pkgname}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- 'c787562a8b7276e755b9d9a8e9eb3717237866ea18fe7fe79aa076875fc6eb3e'
+ 'aa3897a7257216fe6edd017e9a38abf49b26244f4963de171ff0f8b79a89f66d'
)
fi