diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2018-02-15 06:04:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:46 +0700 |
commit | ca6ba0a8f3f194e5eefca6c13b2c4452b7c3e9f7 (patch) | |
tree | a2a7a7cc8ec49744dc4a60d400f275e15a1b91f6 /office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild | |
parent | ce046d3c3080d0e43bed312821bec6b91a5e9f6c (diff) | |
download | slackbuilds-ca6ba0a8f3f194e5eefca6c13b2c4452b7c3e9f7.tar.gz |
office/onlyoffice-desktopeditors: Updated for version 4.8.7.392.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild')
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild index 2762a8bbef..e9e4a1bf25 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for onlyoffice-desktopeditors -# Copyright 2017, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2018, Alexander Verbovetsky, Moscow, Russia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=onlyoffice-desktopeditors -VERSION=${VERSION:-4.8.6.386} +VERSION=${VERSION:-4.8.7.392} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/opt/onlyoffice $OUTPUT cd $TMP -tar xvf $CWD/onlyoffice-desktopeditors-x64-$VERSION.tar.gz \ +tar xvf $CWD/onlyoffice-desktopeditors-x64.tar.gz \ -C $PKG/opt/onlyoffice cd $PKG |