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/esptool/esptool.SlackBuild | |
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/esptool/esptool.SlackBuild')
-rw-r--r-- | python/esptool/esptool.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/esptool/esptool.SlackBuild b/python/esptool/esptool.SlackBuild index bbef07de5a759..f3952f1fd1609 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} |