summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-04-03 09:48:33 +0200
committerDanilo Kühn2017-04-03 09:48:33 +0200
commit7c6d649ee58d5dd16653295174243bc21fec99b7 (patch)
tree9035d6b0dd41db2e66d5a62a6d80dc11919dd339
parent582ad661078da0542b14a28c29b757194e9005ee (diff)
downloadaur-7c6d649ee58d5dd16653295174243bc21fec99b7.tar.gz
update to v0.7-beta.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21852be943d..e378311d54cc 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.7
- pkgrel = 1
+ pkgrel = 4
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.7-beta.1::https://github.com/moncho/dry/releases/download/v0.7-beta.1/dry-linux-amd64
- sha256sums = bfca25b97d7671c5a6a5929f20b1538de19876f1eddd4704664154e9df2c8004
+ source = dry_v0.7-beta.4::https://github.com/moncho/dry/releases/download/v0.7-beta.4/dry-linux-amd64
+ sha256sums = 8b9f624b2befbe6779c578c7dc492458b88e6d71f3ff2e01064183b2b409aab1
pkgname = dry-bin
diff --git a/PKGBUILD b/PKGBUILD
index fbff8e4c8801..1194c5eedf6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.7-beta.1
+_pkgver=v0.7-beta.4
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
pkgver=0.7
-pkgrel=1
+pkgrel=4
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=(
- 'c2cf7acb77328576b60736d24568c286e6b5650c822e318b3a1d1064b0623faa'
+ 'f3660f121e35a2aefe364f869cf2179115306f3b92b8c29c9ecfa5323ec40f08'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- 'bfca25b97d7671c5a6a5929f20b1538de19876f1eddd4704664154e9df2c8004'
+ '8b9f624b2befbe6779c578c7dc492458b88e6d71f3ff2e01064183b2b409aab1'
)
fi