diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2021-03-18 18:47:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-20 11:00:33 +0700 |
commit | e91c0048a076bda20ae751234167828404546380 (patch) | |
tree | 12d1b00adc5609426bf010a7f92eb54160d7f837 /office | |
parent | 767f8655b67c3b2d78518c19a257d707d1f2fdd7 (diff) | |
download | slackbuilds-e91c0048a076bda20ae751234167828404546380.tar.gz |
office/onlyoffice-desktopeditors: Updated for version 6.2.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
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 bb4e202389..64c8abfd6c 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-2020, Alexander Verbovetsky, Moscow, Russia +# Copyright 2017-2021, 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:-6.1.0} +VERSION=${VERSION:-6.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,7 +50,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $PKG -ar p $CWD/onlyoffice-desktopeditors_${VERSION}-*_amd64.deb data.tar.xz | tar xvJ +ar p $CWD/onlyoffice-desktopeditors_amd64.deb data.tar.xz | tar xvJ cp -L /usr/lib64/libcurl.so.4 \ opt/onlyoffice/desktopeditors/converter/libcurl-gnutls.so.4 diff --git a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info index efdabff1ba..6aba4bfbd6 100644 --- a/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info +++ b/office/onlyoffice-desktopeditors/onlyoffice-desktopeditors.info @@ -1,10 +1,10 @@ PRGNAM="onlyoffice-desktopeditors" -VERSION="6.1.0" +VERSION="6.2.0" HOMEPAGE="https://www.onlyoffice.com/apps.aspx" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.1.0/onlyoffice-desktopeditors_6.1.0-90_amd64.deb" -MD5SUM_x86_64="60a6f8c0ab533cba248dc7d1331d2e2e" +DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.2.0/onlyoffice-desktopeditors_amd64.deb" +MD5SUM_x86_64="2bb6a62e6ab85b2bcd7633431064f8a5" REQUIRES="gtkglext krb5 ttf-carlito" MAINTAINER="Alexander Verbovetsky" EMAIL="alik@ejik.org" |