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

Felix Yan felixonmars at archlinux.org
Thu Feb 8 04:26:15 UTC 2018


    Date: Thursday, February 8, 2018 @ 04:26:14
  Author: felixonmars
Revision: 290211

upgpkg: docker-compose 1.19.0-1

Modified:
  docker-compose/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 04:22:54 UTC (rev 290210)
+++ PKGBUILD	2018-02-08 04:26:14 UTC (rev 290211)
@@ -5,8 +5,8 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('x86_64')
 url="https://www.docker.com/"
@@ -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=('08f02a4bdb421f1a0c37d1966a23d1385371e98fc0186265593d552d8b4b568338d9189db173491508ba14a3672489d6a4b5fb1c59b1aca4f76c6ae5db22dfad')
+sha512sums=('1b889495dc52a9afb19b8a4e37af34e5d15297c08bf3f52d241d3468436365f52d52cd6ed269e017ded7a263c4787d0929dc5241f940c3ebbb11dd782c7ebcf7')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list