summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-08-06 21:05:07 +0200
committerDanilo Kühn2017-08-06 21:05:07 +0200
commit1fe85851f23cd3038721258146de005afc56441d (patch)
tree5734d934d8958190608eba63f1bbf62436dd2012
parentcb6f3ed5dda4683f1f573af34aa26e40d27ebd51 (diff)
downloadaur-1fe85851f23cd3038721258146de005afc56441d.tar.gz
update to 0.8-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e9e8a799b54..14a872e7d44a 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.8
- pkgrel = 1
+ pkgrel = 3
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.8-beta.1::https://github.com/moncho/dry/releases/download/v0.8-beta.1/dry-linux-amd64
- sha256sums = ee29dbee839344a1b720aeac69f224794853709178ef7e795e26fe50ed90d925
+ source = dry_v0.8-beta.3::https://github.com/moncho/dry/releases/download/v0.8-beta.3/dry-linux-amd64
+ sha256sums = 4b8702935f5610e6d5d41543931f5668be81265d945b69c9ca5a4109ffe1b23f
pkgname = dry-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fb9f3efe35d..d893b5daed43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.8-beta.1
+_pkgver=v0.8-beta.3
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
pkgver=0.8
-pkgrel=1
+pkgrel=3
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=(
- 'fe88f189520ea765429b4fa753173eee991a030fcb2037b744f9f532836cc50c'
+ '513c359d79067c356c067db50150f101f53c6105b406674ef28694e19f2fba62'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- 'ee29dbee839344a1b720aeac69f224794853709178ef7e795e26fe50ed90d925'
+ '4b8702935f5610e6d5d41543931f5668be81265d945b69c9ca5a4109ffe1b23f'
)
fi