aboutsummaryrefslogtreecommitdiff
path: root/python/esptool/esptool.SlackBuild
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@googlemail.com>2024-01-18 07:47:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-18 09:29:32 +0700
commitb9f97658c0058ddef92c7aab6adbc9d157e60901 (patch)
treecdec65af66b8b9e1ef18731f0af57b11af1c6928 /python/esptool/esptool.SlackBuild
parentffbdbdc24e53114bc9d1ee1066a7d585a79d5081 (diff)
python/esptool: Updated for version 4.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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}