diff options
author | Alan Ianson <agianson@gmail.com> | 2017-07-22 23:29:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:29:10 +0700 |
commit | 49190f5944d7fec15081d56a675ea85d14a0a04e (patch) | |
tree | b44b2945991993f060be8e4e59210c72ae66853a /network/sylpheed/sylpheed.SlackBuild | |
parent | 40186f2b5c4b6ba3737c77d51064e8f81ac1b547 (diff) | |
download | slackbuilds-49190f5944d7fec15081d56a675ea85d14a0a04e.tar.gz |
network/sylpheed: Updated for version 3.6.0 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index bffe3ee40e..d26f2649d7 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -4,6 +4,7 @@ # # Copyright 2006 Martin Lefebvre <dadexter@sekurity.com> # Copyright 2008-2010 GPLeo <gpleomail@gmail.com> +# Copyright 2017 Alan Ianson <agianson@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ # Modified by the SlackBuilds.org project PRGNAM=sylpheed -VERSION=${VERSION:-3.5.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |