mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/esptool: Updated for version 4.5.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8d7e9667f3
commit
78245c959b
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue