aboutsummaryrefslogtreecommitdiff
path: root/python/esptool/esptool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r--python/esptool/esptool.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild
index a6c0dfb3bc..a65380b42f 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/2023 Tim Dickson, Scotland
+# Copyright (c) 2020/2024 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -29,12 +29,13 @@
# note to others. I don't actually use this or have hardware to test it.
# I am reliant on those that requested it doing any testing. :-)
# 2023/12/06 added some extra deps. bumped build number
+# 2024/01/17 update to 4.7.0
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
-VERSION=${VERSION:-4.6.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.7.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}