summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-03-23 09:15:45 +0100
committerDanilo Kühn2017-03-23 09:15:45 +0100
commit582ad661078da0542b14a28c29b757194e9005ee (patch)
tree9f96f314563f2c520b3b470e0f7fe8740eda5840
parent295d22d0baf5f4b21e5ecf8ed2e9e7321fe6561c (diff)
downloadaur-582ad661078da0542b14a28c29b757194e9005ee.tar.gz
update to v0.7-beta.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5a64945882..f21852be943d 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 = 7
+ pkgver = 0.7
+ pkgrel = 1
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.6-beta.2::https://github.com/moncho/dry/releases/download/v0.6-beta.2/dry-linux-amd64
- sha256sums = aa3897a7257216fe6edd017e9a38abf49b26244f4963de171ff0f8b79a89f66d
+ source = dry_v0.7-beta.1::https://github.com/moncho/dry/releases/download/v0.7-beta.1/dry-linux-amd64
+ sha256sums = bfca25b97d7671c5a6a5929f20b1538de19876f1eddd4704664154e9df2c8004
pkgname = dry-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a7266dd6b19..fbff8e4c8801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.6-beta.2
+_pkgver=v0.7-beta.1
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
-pkgver=0.6
-pkgrel=7
+pkgver=0.7
+pkgrel=1
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=(
- '96adbdb64122a019462392539a6cef7c4b7b089b2e73d68617cb686c57798ef7'
+ 'c2cf7acb77328576b60736d24568c286e6b5650c822e318b3a1d1064b0623faa'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- 'aa3897a7257216fe6edd017e9a38abf49b26244f4963de171ff0f8b79a89f66d'
+ 'bfca25b97d7671c5a6a5929f20b1538de19876f1eddd4704664154e9df2c8004'
)
fi