aboutsummaryrefslogtreecommitdiff
path: root/python/esptool
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2023-06-17 09:24:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 09:45:17 +0700
commit388a776764da128e5b6ffed08886cb8fb825a1c6 (patch)
treeb03382480d116cfbf7854bf6d100a2a8518ede4d /python/esptool
parentabd3d9fe1107c0202057a3bd54093118f9542585 (diff)
python/esptool: Updated for version 4.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/esptool')
-rw-r--r--python/esptool/esptool.SlackBuild19
-rw-r--r--python/esptool/esptool.info6
2 files changed, 4 insertions, 21 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild
index 2a9b9418b5831..bf51ebadc9b2b 100644
--- a/python/esptool/esptool.SlackBuild
+++ b/python/esptool/esptool.SlackBuild
@@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
-VERSION=${VERSION:-4.6.1}
+VERSION=${VERSION:-4.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -45,9 +45,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
@@ -57,20 +54,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info
index 7773e6499e83b..3a55538dc5492 100644
--- a/python/esptool/esptool.info
+++ b/python/esptool/esptool.info
@@ -1,8 +1,8 @@
PRGNAM="esptool"
-VERSION="4.6.1"
+VERSION="4.6.2"
HOMEPAGE="https://github.com/espressif/esptool"
-DOWNLOAD="https://files.pythonhosted.org/packages/01/0f/d0ff6cf55c1932d239c4c0dd743fd10cc3f664818791542173d96f6e4810/esptool-4.6.1.tar.gz"
-MD5SUM="86bad99593cdb337e537f70acde9b280"
+DOWNLOAD="https://files.pythonhosted.org/packages/a3/63/c757f50b606996a7e676f000b40626f65be63b3a10030563929c968e431c/esptool-4.6.2.tar.gz"
+MD5SUM="17853949fd582550a7c270f08d7691d4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial"