summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b551c7e9ed49..7dfe89072e2e 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 = 4
+ pkgver = 0.9
+ pkgrel = 1
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.8-beta.4::https://github.com/moncho/dry/releases/download/v0.8-beta.4/dry-linux-amd64
- sha256sums = f82f53c029f278b6e1ca64ea8f04b5a8886b74cf435c568cf256ab2fbd9525ba
+ source = dry_v0.9-beta.1::https://github.com/moncho/dry/releases/download/v0.9-beta.1/dry-linux-amd64
+ sha256sums = 02ccdce572e6cfeb66581ac881a3b44087e35d39aff3d16b5fdddffc2cbf522c
pkgname = dry-bin
diff --git a/PKGBUILD b/PKGBUILD
index 352ac9f7cf80..9ef42fdb8745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.8-beta.4
+_pkgver=v0.9-beta.1
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
-pkgver=0.8
-pkgrel=4
+pkgver=0.9
+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=(
- 'c8aa6d59adcf4562ea621764f91d906a3b9b2fa5cc96fa87a9395d1832f78cf9'
+ '246743a542124096ad34d5bbd6e49dac7acd06137eb5e0bdacfe8ef574e7c0db'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- 'f82f53c029f278b6e1ca64ea8f04b5a8886b74cf435c568cf256ab2fbd9525ba'
+ '02ccdce572e6cfeb66581ac881a3b44087e35d39aff3d16b5fdddffc2cbf522c'
)
fi