diff options
Diffstat (limited to 'python/esptool/esptool.SlackBuild')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index 6da61ebbad..bcdb80b760 100644 --- a/python/esptool/esptool.SlackBuild +++ b/python/esptool/esptool.SlackBuild @@ -4,6 +4,7 @@ # Written by Tim Dickson dickson.tim@googlemail.com # Copyright (c) 2020/2024 Tim Dickson, Scotland +# Copyright (c) 2025 Christoph Willing Sydney, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=esptool VERSION=${VERSION:-4.8.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |