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 d513b5aec6..d19e3da1a1 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -24,16 +24,16 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Modified by Niels Horn <niels.horn@gmail.com> -# Revision date: 2012/01/27 +# Revision date: 2012/02/14 PRGNAM=libreoffice -VERSION=${VERSION:-"3.4.5"} +VERSION=${VERSION:-"3.5.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # These variables seem to change with (almost) every release... SRCVERSION=$VERSION -SRCSHORT=$(echo $VERSION | cut -f1-2 -d.) #"3.4" +SRCSHORT=$(echo $VERSION | cut -f1-2 -d.) #"3.5" if [ -z "$ARCH" ]; then case "$( uname -m )" in |