diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-09-21 22:44:36 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-29 19:02:30 -0300 |
commit | 80dce55df22386bb46c295dacc45f1ad7f80f48b (patch) | |
tree | 84f23622f5af6e4d61cc9293d52faff939d5611b /python/python3/python3.SlackBuild | |
parent | 210f874c362b85f6d5af65a4cacdf5dd997adee7 (diff) | |
download | slackbuilds-80dce55df22386bb46c295dacc45f1ad7f80f48b.tar.gz |
python/python3: Updated for version 3.2.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index b6dbd02e53..4794372ac5 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -5,7 +5,7 @@ # Based on Patrick Volkerding's official build script for python PRGNAM=python3 -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |