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

Felix Yan fyan at archlinux.org
Thu Feb 25 03:15:24 UTC 2016


    Date: Thursday, February 25, 2016 @ 04:15:24
  Author: fyan
Revision: 163357

upgpkg: docker-compose 1.6.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 02:55:10 UTC (rev 163356)
+++ PKGBUILD	2016-02-25 03:15:24 UTC (rev 163357)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz"
         "remove-requires-upper-bound.patch")
 license=("BSD")
-sha256sums=('7616e561cc986073c0ac163e6d64cdf63b0817052560beaa737e1c8fb3886528'
+sha256sums=('1c318cdf12bdc97e079224fb0cab45ed0f6ec2d1ce87599eff549b1aafa27837'
             '2c36ce2f440f31bd0d2c560f97557b3b57036aa377c3423e87df6647b31faebe')
 
 [[ "$CARCH" == "x86_64" ]] && depends+=('docker')



More information about the arch-commits mailing list