diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-11-06 06:03:58 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:25 +0700 |
commit | ce28d17a1451bf737f2dcc3504b3a3cda4b25330 (patch) | |
tree | ad6d6e50a112c68e3bedfeaf37c9c1aa90a71dae /python | |
parent | f294f002f8f16fd9e84f10e62ae91f4d202b215c (diff) |
python/esptool: Updated for version 3.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 6 | ||||
-rw-r--r-- | python/esptool/esptool.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index bbef07de5a75..f3952f1fd160 100644 --- a/python/esptool/esptool.SlackBuild +++ b/python/esptool/esptool.SlackBuild @@ -23,11 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# note to self. github source tar.gz misses out typeshed directory contents, -# so use pypi.org/project/mypy download source tar.gz instead. +# note to self. github source tar.gz can miss out some directory contents, +# so use pypi.org/project/esptool download source tar.gz instead. PRGNAM=esptool -VERSION=${VERSION:-2.8} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/esptool/esptool.info b/python/esptool/esptool.info index 0a60442c3146..26e5b1913bd7 100644 --- a/python/esptool/esptool.info +++ b/python/esptool/esptool.info @@ -1,8 +1,8 @@ PRGNAM="esptool" -VERSION="2.8" +VERSION="3.0" HOMEPAGE="https://github.com/espressif/esptool" -DOWNLOAD="https://files.pythonhosted.org/packages/68/91/08c182f66fa3f12a96e754ae8ec7762abb2d778429834638f5746f81977a/esptool-2.8.tar.gz" -MD5SUM="d17b9293910773045b9de0d5caa0597d" +DOWNLOAD="https://files.pythonhosted.org/packages/dd/3d/d1d4c004927e6e6807c441ce70330ed969c725d2906053fbd2ff994b4439/esptool-3.0.tar.gz" +MD5SUM="ccd2855e14c298712aeb37ac063baad5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyserial" |