diff options
Diffstat (limited to 'python/esptool')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 4 | ||||
-rw-r--r-- | python/esptool/esptool.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index c2b52d03c3db2..4d4ba89445ec3 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/2022 Tim Dickson, Scotland +# Copyright (c) 2020/2023 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=esptool -VERSION=${VERSION:-4.4} +VERSION=${VERSION:-4.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info index 86880478d731c..fc5652a2913fc 100644 --- a/python/esptool/esptool.info +++ b/python/esptool/esptool.info @@ -1,8 +1,8 @@ PRGNAM="esptool" -VERSION="4.4" +VERSION="4.5" HOMEPAGE="https://github.com/espressif/esptool" -DOWNLOAD="https://files.pythonhosted.org/packages/8b/4c/82d7fe5fa0643415bbb90bebff1f861816903c481ee5156fabd6d76dc684/esptool-4.4.tar.gz" -MD5SUM="92c38551bc33bd5271bdea033aa51610" +DOWNLOAD="https://files.pythonhosted.org/packages/e5/28/7b221cedef94c99e56c86508211ab47f662733c0698a7b2767cdf6864034/esptool-4.5.tar.gz" +MD5SUM="46af46d3ba588a988eec6d97db8f2f53" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyserial" |