summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-05-24 19:10:16 +0200
committerDanilo Kühn2017-05-24 19:10:44 +0200
commitcb6f3ed5dda4683f1f573af34aa26e40d27ebd51 (patch)
treed8b8e573997220d5f6f71c4c1898bd812ba06fa4
parent7c6d649ee58d5dd16653295174243bc21fec99b7 (diff)
downloadaur-cb6f3ed5dda4683f1f573af34aa26e40d27ebd51.tar.gz
update version v0.8.1-beta.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e378311d54cc..5e9e8a799b54 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 = 4
+ pkgver = 0.8
+ pkgrel = 1
url = http://moncho.github.io/dry/
arch = x86_64
arch = i686
license = MIT
depends = docker
- source = dry_v0.7-beta.4::https://github.com/moncho/dry/releases/download/v0.7-beta.4/dry-linux-amd64
- sha256sums = 8b9f624b2befbe6779c578c7dc492458b88e6d71f3ff2e01064183b2b409aab1
+ source = dry_v0.8-beta.1::https://github.com/moncho/dry/releases/download/v0.8-beta.1/dry-linux-amd64
+ sha256sums = ee29dbee839344a1b720aeac69f224794853709178ef7e795e26fe50ed90d925
pkgname = dry-bin
diff --git a/.gitignore b/.gitignore
index e05a23cdd51a..a50ec1a023df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ src/
*.zip
*.tar.gz
*.pkg.tar.xz
-dry
+dry*
diff --git a/PKGBUILD b/PKGBUILD
index 1194c5eedf6b..1fb9f3efe35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Danilo Kuehn <dk[at]nogo-software[dot]de>
_pkgname=dry
-_pkgver=v0.7-beta.4
+_pkgver=v0.8-beta.1
_pkgdownload=${_pkgname}_${_pkgver}
pkgname=dry-bin
-pkgver=0.7
-pkgrel=4
+pkgver=0.8
+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=(
- 'f3660f121e35a2aefe364f869cf2179115306f3b92b8c29c9ecfa5323ec40f08'
+ 'fe88f189520ea765429b4fa753173eee991a030fcb2037b744f9f532836cc50c'
)
else
source=(
"${_pkgdownload}::https://github.com/moncho/dry/releases/download/${_pkgver}/dry-linux-amd64"
)
sha256sums=(
- '8b9f624b2befbe6779c578c7dc492458b88e6d71f3ff2e01064183b2b409aab1'
+ 'ee29dbee839344a1b720aeac69f224794853709178ef7e795e26fe50ed90d925'
)
fi