diff options
author | Daniel LEVAI <leva@ecentrum.hu> | 2011-06-23 20:51:03 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:00 -0300 |
commit | faf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc (patch) | |
tree | 9507b0c70598a4a4f844834365f97332d9f8afb1 /network/sieve-connect/sieve-connect.SlackBuild | |
parent | e9f9e793e164d65b4add8455ff9c147e2ee6e368 (diff) | |
download | slackbuilds-faf8a35f7c7e9773b6fec2d5487fe1ff03b7cbcc.tar.gz |
network/sieve-connect: Updated for version 0.81.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/sieve-connect/sieve-connect.SlackBuild')
-rw-r--r-- | network/sieve-connect/sieve-connect.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/network/sieve-connect/sieve-connect.SlackBuild b/network/sieve-connect/sieve-connect.SlackBuild index 1835509368..6c29181ff2 100644 --- a/network/sieve-connect/sieve-connect.SlackBuild +++ b/network/sieve-connect/sieve-connect.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh - -# Copyright (c) 2010 Daniel LEVAI + +# Copyright (c) 2010, 2011 Daniel LEVAI # All rights reserved. -# +# # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copyright @@ -13,7 +13,7 @@ # * Neither the name of the <organization> nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. -# +# # THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -28,7 +28,7 @@ # Build script for sieve-connect PRGNAM=sieve-connect -VERSION=0.77 +VERSION=0.81 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |