summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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