[arch-commits] Commit in docker-compose/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 20 06:29:09 UTC 2017


    Date: Tuesday, June 20, 2017 @ 06:29:08
  Author: felixonmars
Revision: 238821

upgpkg: docker-compose 1.14.0-1

Modified:
  docker-compose/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 06:28:54 UTC (rev 238820)
+++ PKGBUILD	2017-06-20 06:29:08 UTC (rev 238821)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 depends_x86_64+=('docker')
 checkdepends=('python-pytest-runner' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz")
-sha512sums=('eeacc4a287dbbb81be9529b29056d8e40772679fa8dcdceb4eb921e5577688e35f9a67fdff5c708d02b9930b5f746ea9919b2a5e0bf43715ad099a78229acfea')
+sha512sums=('b9a4ca81b51465bab668e92b662cd7820473af1400a96810c6f86eb87d860a88beb51fd309b8365a49eb0b8cefc28376a20e3d681d6ef41fa9a7590b8bdec641')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list