diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-22 23:45:25 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-24 19:22:54 -0500 |
commit | 5b54ff22bb9fc6d0d798af9a2375a72270fc8f09 (patch) | |
tree | be6820856f792d1622e3c7e2cff41189834bba21 /office/libreoffice/libreoffice.SlackBuild | |
parent | dfa4e444e1aff50ab90d83bee6a0d0f6950566cd (diff) |
office/libreoffice: Updated for version 3.3.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index cc32782ede92..ca7484750b63 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -24,17 +24,17 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2011/03/01 +# Revision date: 2011/03/22 PRGNAM=libreoffice -VERSION="3.3.1" +VERSION="3.3.2" BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # These variables seem to change with (almost) every release... SRCVERSION=$VERSION SRCSHORT="3.3" -SRCBUILD="3.3-8" +SRCBUILD="3.3-202" if [ -z "$ARCH" ]; then case "$( uname -m )" in |