summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cac0dbe8545a..e3c55cf4b158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="Pythonless package of a fast, isolated development environments using Docker"
depends=('docker')
@@ -13,9 +13,9 @@ source=(
"https://github.com/docker/compose/archive/$pkgver.tar.gz"
)
url="https://github.com/docker/compose"
-license="Apache"
-sha256sums=('b6b975badc5389647ef1c16fe8a33bdc5935c61f6afd5a15a28ff765427d01e3'
- '8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d')
+license=("Apache")
+sha256sums=('58f6d50fcad042f54463cf8e380d72809334d61294e4b958aa256b8283b39781'
+ '7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528')
package() {
cd "$srcdir"