diff options
-rw-r--r-- | python/pyserial/pyserial.SlackBuild | 2 | ||||
-rw-r--r-- | python/pyserial/pyserial.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pyserial/pyserial.SlackBuild b/python/pyserial/pyserial.SlackBuild index e2d01887c2795..2f3c348226705 100644 --- a/python/pyserial/pyserial.SlackBuild +++ b/python/pyserial/pyserial.SlackBuild @@ -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} diff --git a/python/pyserial/pyserial.info b/python/pyserial/pyserial.info index c9abc630a2598..2a5d2adab3695 100644 --- a/python/pyserial/pyserial.info +++ b/python/pyserial/pyserial.info @@ -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" |