diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-04-14 21:39:07 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:36 -0500 |
commit | a364264aeadfa1555543624c808f6dae938b1f07 (patch) | |
tree | b768c6490e3c73e0025eda17b19366c459462835 /python/hg-git/hg-git.SlackBuild | |
parent | a350a658973eb506f84f4716e7c907df07341951 (diff) |
python/hg-git: Updated for version 0.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/hg-git/hg-git.SlackBuild')
-rw-r--r-- | python/hg-git/hg-git.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/hg-git/hg-git.SlackBuild b/python/hg-git/hg-git.SlackBuild index 45c5614bf3e7c..2fbaa5f33c6ec 100644 --- a/python/hg-git/hg-git.SlackBuild +++ b/python/hg-git/hg-git.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hg-git -# Copyright 2012 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hg-git -VERSION=${VERSION:-0.3.4} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |