diff options
author | GPLeo <gpleomail@gmail.com> | 2010-04-14 20:58:36 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:01 +0200 |
commit | 8a6df54dcf4e755302f8cc03dfbe4def97e6f538 (patch) | |
tree | 3cf7da8ad8c6adb82c859f6c065a0459a5b90c14 /network/sylpheed/sylpheed.SlackBuild | |
parent | b3aac476dc7f40284f5d7613e289da4ea8632446 (diff) | |
download | slackbuilds-8a6df54dcf4e755302f8cc03dfbe4def97e6f538.tar.gz |
network/sylpheed: Updated for version 3.0.2.
Diffstat (limited to 'network/sylpheed/sylpheed.SlackBuild')
-rw-r--r-- | network/sylpheed/sylpheed.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/sylpheed/sylpheed.SlackBuild b/network/sylpheed/sylpheed.SlackBuild index a05f2962ab..6074c74b33 100644 --- a/network/sylpheed/sylpheed.SlackBuild +++ b/network/sylpheed/sylpheed.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh # Slackware build script for sylpheed - -# Copyright 2006 Martin Lefebvre (http://dadexter.slackadelic.com) +# +# Copyright 2006 Martin Lefebvre <dadexter@sekurity.com> # Copyright 2008-2010 GPLeo <gpleomail@gmail.com> # All rights reserved. # @@ -26,9 +26,9 @@ # Modified by the SlackBuilds.org project PRGNAM=sylpheed -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.2} ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) |