diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-04-27 00:19:56 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:23:32 -0300 |
commit | 20b3ab52308a6cad97e72ab9835a3e3aa7f83c46 (patch) | |
tree | 0851f96712c26f81b2fdff6e3ff2e0a01eb6aeb2 /python/python3/python3.SlackBuild | |
parent | 513970f29c63c1056127ddaa25a0351cf33278bd (diff) |
python/python3: Updated for version 3.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/python3/python3.SlackBuild')
-rw-r--r-- | python/python3/python3.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3/python3.SlackBuild b/python/python3/python3.SlackBuild index da7bbe8c4d5af..945d6f0cfeb58 100644 --- a/python/python3/python3.SlackBuild +++ b/python/python3/python3.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python3 -VERSION=${VERSION:-3.3.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.3.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |