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 | |
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')
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.SlackBuild | 6 | ||||
-rw-r--r-- | office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info index 65efe6c3a0..b706c970f6 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info @@ -1,10 +1,10 @@ PRGNAM="onlyoffice-desktopeditors" -VERSION="4.8.6.386" +VERSION="4.8.7.392" HOMEPAGE="https://www.onlyoffice.com/apps.aspx" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://downloads.sourceforge.net/slackbuildsdirectlinks/onlyoffice-desktopeditors-x64-4.8.6.386.tar.gz" -MD5SUM_x86_64="bbe43a647da63cd35500f318e76212a9" +DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/ONLYOFFICE-DesktopEditors-4.8.7-2/onlyoffice-desktopeditors-x64.tar.gz" +MD5SUM_x86_64="2da0c895c40519dd220771ed3907143f" REQUIRES="" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |