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/pyserial.SlackBuild | |
parent | 90a015a12d3eff8e3dadd94cc00d10874df277e9 (diff) | |
download | slackbuilds-ef85c9172f0d131bea193160db865672d6cf9d04.tar.gz |
python/pyserial: Updated for version 3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyserial/pyserial.SlackBuild')
-rw-r--r-- | python/pyserial/pyserial.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyserial/pyserial.SlackBuild b/python/pyserial/pyserial.SlackBuild index 3e0822f4c3..84149096f3 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} |