diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-05-17 18:25:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:12 +0700 |
commit | 27625c2aa6f875bfd0ec55d954273a301516a074 (patch) | |
tree | f3c2ee5084fa029a8045e0969f43691d8702492d /python/esptool/esptool.SlackBuild | |
parent | 3651c94162a31329688ec8b767f3068fa98b5023 (diff) |
python/esptool: Updated for version 4.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index a535ce367e..5d280843cc 100644 --- a/python/esptool/esptool.SlackBuild +++ b/python/esptool/esptool.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for esptool # Written by Tim Dickson dickson.tim@googlemail.com -# Copyright (c) 2020 Tim Dickson, Scotland +# Copyright (c) 2020/2022 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=esptool -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE README.md CONTRIBUTING.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |