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

Felix Yan felixonmars at archlinux.org
Fri Nov 3 07:38:02 UTC 2017


    Date: Friday, November 3, 2017 @ 07:37:56
  Author: felixonmars
Revision: 265254

upgpkg: docker-compose 1.17.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-03 07:33:14 UTC (rev 265253)
+++ PKGBUILD	2017-11-03 07:37:56 UTC (rev 265254)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.16.1
+pkgver=1.17.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=('bac7c169e09fc65211452cc8ab163d4aded92fa8b474586ed777087b70cc361a4c5c490046f90d2155f352563f06cfcf1f2c1165d357c8b9edcb71e0ca2a2b3e')
+sha512sums=('b5126340a946473e656c499bd42bd5a90a1b99912f1105a7dbe646b6d4b36280ed3529c8c64c582c4ca5cffc98406f5c1d6813ce4b07e30844082c389bdf4c5a')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list