office/onlyoffice-desktopeditors: Updated for version 7.1.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-07-16 03:38:55 +01:00 committed by Willy Sudiarto Raharjo
parent eebb40ac39
commit 5a5d4bd444
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=onlyoffice-desktopeditors
VERSION=${VERSION:-7.1.0}
VERSION=${VERSION:-7.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,6 +81,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p usr/doc/$PRGNAM-$VERSION
install -m 0644 opt/onlyoffice/desktopeditors/LICENSE.htm \
opt/onlyoffice/desktopeditors/3DPARTYLICENSE usr/doc/$PRGNAM-$VERSION
rm -f usr/share/doc/onlyoffice-desktopeditors/changelog.Debian.gz
rmdir usr/share/doc/onlyoffice-desktopeditors usr/share/doc
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p install

View File

@ -1,10 +1,10 @@
PRGNAM="onlyoffice-desktopeditors"
VERSION="7.1.0"
VERSION="7.1.1"
HOMEPAGE="https://www.onlyoffice.com/apps.aspx"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.1.0/onlyoffice-desktopeditors_amd64.deb"
MD5SUM_x86_64="208f9fc5ffb6b6c4a7a8cc67bde28b63"
DOWNLOAD_x86_64="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v7.1.1/onlyoffice-desktopeditors_amd64.deb"
MD5SUM_x86_64="6766de73f5f756c7b30b65b070e868a5"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"