summaryrefslogtreecommitdiffstats
path: root/system/docker-compose/docker-compose.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas2018-05-06 17:47:32 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:37 +0200
commit350acb14f8a7b6b41508d31cdb59877ec41ca137 (patch)
treebbd0d58796b892710c0739437113ee517c71facb /system/docker-compose/docker-compose.SlackBuild
parentb60b27ae73280efe049f4fefd203b17d6bc0ad7f (diff)
downloadslackbuilds-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/docker-compose/docker-compose.SlackBuild')
-rw-r--r--system/docker-compose/docker-compose.SlackBuild6
1 files changed, 3 insertions, 3 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