diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-02-17 19:37:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:45 +0700 |
commit | 78245c959b4f7c205c42f9c4340652d746c1583c (patch) | |
tree | 2fe5f4a094aea34cbe4c625807f1aeda93ef1067 /python | |
parent | 8d7e9667f3ffec8e85b70b1722678dd3ba569586 (diff) |
python/esptool: Updated for version 4.5.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 c2b52d03c3db..4d4ba89445ec 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 86880478d731..fc5652a2913f 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" |