summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmytro Aleksandrov2015-09-25 09:12:21 +0300
committerDmytro Aleksandrov2015-09-25 09:12:21 +0300
commitc8cd04a3555fcb8e11ffc9cd405eb2f8c7af07fd (patch)
tree6203a4d762b8ef428f46c830c57baea069bad3e9
parent689ce3ecf6eefb1510a760861708f956a7663db5 (diff)
downloadaur-c8cd04a3555fcb8e11ffc9cd405eb2f8c7af07fd.tar.gz
Bump version to 1.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18147cc5d45d..01bc26db93cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-compose-bin
pkgdesc = Pythonless package of a fast, isolated development environments using Docker
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/docker/compose
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = docker-compose-bin
depends = docker
conflicts = docker-compose
options = !strip
- source = https://github.com/docker/compose/releases/download/1.4.1/docker-compose-Linux-x86_64
- source = https://github.com/docker/compose/archive/1.4.1.tar.gz
- sha256sums = fb3a5ebf49f2ec1ab1c9f4e5fc51e36d1f12189e1449efa3f68f3fdf744f4d61
- sha256sums = cc6121ac1ffe50509470bd2122c968ebb6614335bb5312327da190e2f22c35bc
+ source = https://github.com/docker/compose/releases/download/1.4.2/docker-compose-Linux-x86_64
+ source = https://github.com/docker/compose/archive/1.4.2.tar.gz
+ sha256sums = d5fca08d54f59649b93b66a781b22998955f2bd701244fcfd650c00daa9e948c
+ sha256sums = cc11f8281f0cf99fcb5502edb6e0d49caca26f4a11570b8ad68943bd3a97dd5c
pkgname = docker-compose-bin
diff --git a/PKGBUILD b/PKGBUILD
index 93ed73185007..f77718a50ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dmytro Aleksandrov <alkersan@gmail.com>
pkgname=docker-compose-bin
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Pythonless package of a fast, isolated development environments using Docker"
depends=('docker')
@@ -14,8 +14,8 @@ source=(
)
url="https://github.com/docker/compose"
license="Apache"
-sha256sums=('fb3a5ebf49f2ec1ab1c9f4e5fc51e36d1f12189e1449efa3f68f3fdf744f4d61'
- 'cc6121ac1ffe50509470bd2122c968ebb6614335bb5312327da190e2f22c35bc')
+sha256sums=('d5fca08d54f59649b93b66a781b22998955f2bd701244fcfd650c00daa9e948c'
+ 'cc11f8281f0cf99fcb5502edb6e0d49caca26f4a11570b8ad68943bd3a97dd5c')
package() {
cd "$srcdir"