diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-05-16 08:49:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-16 08:49:56 +0700 |
commit | 774254dbe4dcb22ae8e8021f5b8e6f3ce06d1feb (patch) | |
tree | 00ef1ab89476a475f9970cf8c106654f658d4c5b /python/stem/stem.SlackBuild | |
parent | 752c6fea1a9170d08850e7a201607a797396ee60 (diff) |
python/stem: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/stem/stem.SlackBuild')
-rw-r--r-- | python/stem/stem.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/stem/stem.SlackBuild b/python/stem/stem.SlackBuild index c083702c78840..099efac09f226 100644 --- a/python/stem/stem.SlackBuild +++ b/python/stem/stem.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for stem -# Copyright 2013-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2013-2015 Markus Reichelt, Stolberg (Rhld.), DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=stem -VERSION=${VERSION:-1.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |