aboutsummaryrefslogtreecommitdiff
path: root/system/docker/docker.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-12-31 14:09:59 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-06 22:40:40 +0700
commiteb28f6ab913c6cf91d958731f51cfe4c4a469b46 (patch)
treea1079116881e3de0d9eff9711ea30212c54fb430 /system/docker/docker.SlackBuild
parente72573c8d342cf53040b3a14092199a35e49fdae (diff)
system/docker: Updated for version 20.10.22.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/docker/docker.SlackBuild')
-rw-r--r--system/docker/docker.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild
index e423cc0cfc7df..1881fc4fd2a45 100644
--- a/system/docker/docker.SlackBuild
+++ b/system/docker/docker.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=docker
-VERSION=${VERSION:-20.10.21}
-GITHASH=${GITHASH:-e2f740d}
+VERSION=${VERSION:-20.10.22}
+GITHASH=${GITHASH:-42c8b31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -69,6 +66,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/44707.patch
+
mkdir build
mv vendor build/src
ln -sf $TMP/$SRCNAM-$VERSION build/src/github.com/docker/docker