mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/esptool: Updated for version 4.6.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4dcda878a6
commit
2e9f216317
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=esptool
|
||||
VERSION=${VERSION:-4.5.1}
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="esptool"
|
||||
VERSION="4.5.1"
|
||||
VERSION="4.6.1"
|
||||
HOMEPAGE="https://github.com/espressif/esptool"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/04/80/8eb97d1793cfaf830a4c0a7ea1d8f0674ccba8c23b7d02dcce074b5f44ea/esptool-4.5.1.tar.gz"
|
||||
MD5SUM="fbad6fb6024580fd2645331f92a74555"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/01/0f/d0ff6cf55c1932d239c4c0dd743fd10cc3f664818791542173d96f6e4810/esptool-4.6.1.tar.gz"
|
||||
MD5SUM="86bad99593cdb337e537f70acde9b280"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyserial"
|
||||
|
|
Loading…
Reference in a new issue