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

Felix Yan felixonmars at archlinux.org
Thu Dec 21 13:42:59 UTC 2017


    Date: Thursday, December 21, 2017 @ 13:42:58
  Author: felixonmars
Revision: 275183

upgpkg: docker-compose 1.18.0-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-21 13:42:05 UTC (rev 275182)
+++ PKGBUILD	2017-12-21 13:42:58 UTC (rev 275183)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden <arch at cloudlery.com>
 
 pkgname=docker-compose
-pkgver=1.17.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('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=('20fba4b7049f9b699b3eba571ca242a1fa928f7a326141cdbb45a45419d67ed243f48ee994ab0ec503a92d39b420035c0f1580b562ce70f756d24bd61d5102c1')
+sha512sums=('08f02a4bdb421f1a0c37d1966a23d1385371e98fc0186265593d552d8b4b568338d9189db173491508ba14a3672489d6a4b5fb1c59b1aca4f76c6ae5db22dfad')
 
 prepare() {
   cd compose-$pkgver



More information about the arch-commits mailing list