diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2014-10-03 08:27:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:17:04 +0700 |
commit | bea9bdb973cbd33a72d39ccc42d2ae19bfb9d312 (patch) | |
tree | 998137ed9baf965aed207cc1736e40cac55f3ffb /python/Markdown/Markdown.SlackBuild | |
parent | c7f1ff9dec559e00ca4b8bfd9312e9db7c99f113 (diff) | |
download | slackbuilds-bea9bdb973cbd33a72d39ccc42d2ae19bfb9d312.tar.gz |
python/Markdown: Updated for version 2.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Markdown/Markdown.SlackBuild')
-rw-r--r-- | python/Markdown/Markdown.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Markdown/Markdown.SlackBuild b/python/Markdown/Markdown.SlackBuild index 2434f67b7a..a833a9990a 100644 --- a/python/Markdown/Markdown.SlackBuild +++ b/python/Markdown/Markdown.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Markdown -# Copyright 2013 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2013-2014 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=Markdown -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |