diff options
author | GPLeo <gpleomail@gmail.com> | 2010-08-26 21:22:29 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-29 15:32:13 -0500 |
commit | c569acd3385854c5c2a499637114895f54cdd1b6 (patch) | |
tree | 27b9ee85b502336f4e88e141cb103972cc3e0bac /network/sylpheed/sylpheed.SlackBuild | |
parent | 41e15e8ddc870d0cf49e92243a3f5fe5a67dbfbb (diff) | |
download | slackbuilds-c569acd3385854c5c2a499637114895f54cdd1b6.tar.gz |
network/sylpheed: Updated for version 3.0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index 4f4e4e4b0b..ea7047a9d8 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -1,5 +1,5 @@ #!/bin/sh - +# # Slackware build script for sylpheed # # Copyright 2006 Martin Lefebvre <dadexter@sekurity.com> @@ -26,7 +26,7 @@ # Modified by the SlackBuilds.org project PRGNAM=sylpheed -VERSION=${VERSION:-3.0.2} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |