mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/docker: Adapt to GitHub project name change.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
a45d909161
commit
d685165e31
2 changed files with 7 additions and 6 deletions
|
@ -29,6 +29,7 @@ GITHASH=${GITHASH:-c6d412e}
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=moby
|
||||
SRCVER=$VERSION-ce
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -49,9 +50,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $SRCNAM-$SRCVER
|
||||
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="docker"
|
||||
VERSION="17.03.1"
|
||||
HOMEPAGE="https://dockerproject.org/"
|
||||
HOMEPAGE="https://www.docker.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v17.03.1-ce/docker-17.03.1-ce.tar.gz"
|
||||
MD5SUM_x86_64="cc421d443455ebb854e33faf9ebdcd54"
|
||||
DOWNLOAD_x86_64="https://github.com/moby/moby/archive/v17.03.1-ce/moby-17.03.1-ce.tar.gz"
|
||||
MD5SUM_x86_64="e9692eaf80c78fcc860643e3468c6c76"
|
||||
REQUIRES="containerd docker-proxy tini"
|
||||
MAINTAINER="Audrius Kažukauskas"
|
||||
EMAIL="audrius@neutrino.lt"
|
||||
|
|
Loading…
Reference in a new issue