diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-05-06 18:47:32 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:37 +0700 |
commit | 350acb14f8a7b6b41508d31cdb59877ec41ca137 (patch) | |
tree | bbd0d58796b892710c0739437113ee517c71facb /system | |
parent | b60b27ae73280efe049f4fefd203b17d6bc0ad7f (diff) | |
download | slackbuilds-350acb14f8a7b6b41508d31cdb59877ec41ca137.tar.gz |
system/docker-compose: Updated for version 1.21.1.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system')
-rw-r--r-- | system/docker-compose/docker-compose.SlackBuild | 6 | ||||
-rw-r--r-- | system/docker-compose/docker-compose.info | 8 |
2 files changed, 7 insertions, 7 deletions
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 <audrius@neutrino.lt> +# Copyright 2017-2018 Audrius Kažukauskas <audrius@neutrino.lt> # 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" |