From 350acb14f8a7b6b41508d31cdb59877ec41ca137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 6 May 2018 18:47:32 +0300 Subject: system/docker-compose: Updated for version 1.21.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- system/docker-compose/docker-compose.SlackBuild | 6 +++--- system/docker-compose/docker-compose.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'system/docker-compose') diff --git a/system/docker-compose/docker-compose.SlackBuild b/system/docker-compose/docker-compose.SlackBuild index 5c3e8c2ecd..8229ebbad6 100644 --- a/system/docker-compose/docker-compose.SlackBuild +++ b/system/docker-compose/docker-compose.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for docker-compose -# Copyright 2017 Audrius Kažukauskas +# Copyright 2017-2018 Audrius Kažukauskas # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=docker-compose -VERSION=${VERSION:-1.17.1} +VERSION=${VERSION:-1.21.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ install -D -m 0644 contrib/completion/fish/docker-compose.fish \ $PKG/usr/share/fish/vendor_completions.d/docker-compose.fish mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGELOG.md LICENSE README.rst ROADMAP.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/docker-compose/docker-compose.info b/system/docker-compose/docker-compose.info index c8f3033bdd..976f25eabd 100644 --- a/system/docker-compose/docker-compose.info +++ b/system/docker-compose/docker-compose.info @@ -1,10 +1,10 @@ PRGNAM="docker-compose" -VERSION="1.17.1" +VERSION="1.21.1" HOMEPAGE="https://docs.docker.com/compose/" -DOWNLOAD="https://pypi.python.org/packages/ca/bd/ee9d6e9473b3c91cd4e47000f5d6d1088267f18d4e593c3d5412673aea49/docker-compose-1.17.1.tar.gz" -MD5SUM="fc5f5df49f26ad22dac74f7029a5420a" +DOWNLOAD="https://files.pythonhosted.org/packages/04/93/8547a7701e44b0ea24735d1950fe7e6fe90951f0ebb6757dabf76ee64473/docker-compose-1.21.1.tar.gz" +MD5SUM="9dbc93a798fcda7b871ed6d580dc1a18" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="PyYAML colorama docopt enum34 jsonschema python-cached-property python-docker python-dockerpty python-texttable" +REQUIRES="PyYAML docopt enum34 jsonschema python-cached-property python-docker python-dockerpty python-texttable" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" -- cgit v1.2.3