diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2017-07-27 15:25:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-27 15:25:14 +0700 |
commit | ef85c9172f0d131bea193160db865672d6cf9d04 (patch) | |
tree | 39eff419b5f48256ae71a7c632770f9f774a155d /python/pyserial | |
parent | 90a015a12d3eff8e3dadd94cc00d10874df277e9 (diff) |
python/pyserial: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyserial')
-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 3e0822f4c365..84149096f3f2 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.3} +VERSION=${VERSION:-3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyserial/pyserial.info b/python/pyserial/pyserial.info index ad5a4508e87e..33369ea35428 100644 --- a/python/pyserial/pyserial.info +++ b/python/pyserial/pyserial.info @@ -1,8 +1,8 @@ PRGNAM="pyserial" -VERSION="3.3" +VERSION="3.4" HOMEPAGE="https://github.com/pyserial/pyserial" -DOWNLOAD="https://github.com/pyserial/pyserial/archive/v3.3/pyserial-3.3.tar.gz" -MD5SUM="af48f8f9b338c187f791d2f560f8b230" +DOWNLOAD="https://github.com/pyserial/pyserial/archive/v3.4/pyserial-3.4.tar.gz" +MD5SUM="fc00727ed9cf3a31b7a296a4d42f6afc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |