[arch-commits] Commit in docker-compose/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 27 08:19:48 UTC 2017
Date: Thursday, July 27, 2017 @ 08:19:47
Author: felixonmars
Revision: 246541
upgpkg: docker-compose 1.15.0-1
Modified:
docker-compose/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-27 08:18:47 UTC (rev 246540)
+++ PKGBUILD 2017-07-27 08:19:47 UTC (rev 246541)
@@ -5,7 +5,7 @@
# Contributor: Josh VanderLinden <arch at cloudlery.com>
pkgname=docker-compose
-pkgver=1.14.0
+pkgver=1.15.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=('b9a4ca81b51465bab668e92b662cd7820473af1400a96810c6f86eb87d860a88beb51fd309b8365a49eb0b8cefc28376a20e3d681d6ef41fa9a7590b8bdec641')
+sha512sums=('4b70ade8280a050b2ed06c3a79afeb6b69c6a9638f41968d3017afa62a82efe87c7762fc0c3fa81c4d701c9177ad551e124358a3182fedfd4a476247faeb23df')
prepare() {
cd compose-$pkgver
More information about the arch-commits
mailing list