mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/esptool: Updated for version 4.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ffbdbdc24e
commit
b9f97658c0
2 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for esptool
|
||||
|
||||
# Written by Tim Dickson dickson.tim@googlemail.com
|
||||
# Copyright (c) 2020/2023 Tim Dickson, Scotland
|
||||
# Copyright (c) 2020/2024 Tim Dickson, Scotland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,12 +29,13 @@
|
|||
# note to others. I don't actually use this or have hardware to test it.
|
||||
# I am reliant on those that requested it doing any testing. :-)
|
||||
# 2023/12/06 added some extra deps. bumped build number
|
||||
# 2024/01/17 update to 4.7.0
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=esptool
|
||||
VERSION=${VERSION:-4.6.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-4.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="esptool"
|
||||
VERSION="4.6.2"
|
||||
VERSION="4.7.0"
|
||||
HOMEPAGE="https://github.com/espressif/esptool"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a3/63/c757f50b606996a7e676f000b40626f65be63b3a10030563929c968e431c/esptool-4.6.2.tar.gz"
|
||||
MD5SUM="17853949fd582550a7c270f08d7691d4"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/1b/8b/f0d1e75879dee053874a4f955ed1e9ad97275485f51cb4bc2cb4e9b24479/esptool-4.7.0.tar.gz"
|
||||
MD5SUM="e7f2012cf31cd23f60049b179fb3b53a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyserial ecdsa python-bitstring reedsolo"
|
||||
|
|
Loading…
Reference in a new issue