python/pyserial: Updated for version 3.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2020-11-29 01:00:48 +07:00 committed by Willy Sudiarto Raharjo
parent f3a0b69aec
commit 428f2d07ed
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyserial
VERSION=${VERSION:-3.4}
VERSION=${VERSION:-3.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pyserial"
VERSION="3.4"
VERSION="3.5"
HOMEPAGE="https://github.com/pyserial/pyserial"
DOWNLOAD="https://github.com/pyserial/pyserial/archive/v3.4/pyserial-3.4.tar.gz"
MD5SUM="fc00727ed9cf3a31b7a296a4d42f6afc"
DOWNLOAD="https://github.com/pyserial/pyserial/archive/v3.5/pyserial-3.5.tar.gz"
MD5SUM="ce1cf20f1bbf608027b14d4a97a377fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"