diff options
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 cc32782ede..ca7484750b 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 |