diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-01-16 21:35:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-18 09:08:57 +0700 |
commit | a8a626e5aea9ec92cfee4ac47e0cb24e42827ad9 (patch) | |
tree | 610cc96a0a247a1ce287d2af909a43c47600bb27 /python/dulwich/dulwich.SlackBuild | |
parent | 693f7332387e3a91d746dba504dcd8b390dfc36e (diff) |
python/dulwich: Updated for version 0.9.8.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/dulwich/dulwich.SlackBuild')
-rw-r--r-- | python/dulwich/dulwich.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/dulwich/dulwich.SlackBuild b/python/dulwich/dulwich.SlackBuild index 09699d305ab1c..c8a2f51dc3761 100644 --- a/python/dulwich/dulwich.SlackBuild +++ b/python/dulwich/dulwich.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dulwich -# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2015 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=dulwich -VERSION=${VERSION:-0.9.7} +VERSION=${VERSION:-0.9.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |