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

Felix Yan felixonmars at archlinux.org
Tue Jun 6 15:58:05 UTC 2017


    Date: Tuesday, June 6, 2017 @ 15:58:05
  Author: felixonmars
Revision: 234982

upgpkg: docker-compose 1.13.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 15:56:36 UTC (rev 234981)
+++ PKGBUILD	2017-06-06 15:58:05 UTC (rev 234982)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.12.0
+pkgver=1.13.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=('011efddd1c9f7ab0ecfcab82416c61e02baa703a3b7d531b8a250d34ddc67f1d425ca949937223cf7bc65009cdfe11964ae64e72948439050349ac2f813a86df')
+sha512sums=('eeacc4a287dbbb81be9529b29056d8e40772679fa8dcdceb4eb921e5577688e35f9a67fdff5c708d02b9930b5f746ea9919b2a5e0bf43715ad099a78229acfea')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list