From 9444d2c0224ee3d83f20230eb5aa546aa7888c28 Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Tue, 28 Sep 2021 14:43:08 +0300 Subject: [PATCH] Update version to 6.4.1 (#80) --- snap/snapcraft.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5b7e8b8..e6dac8e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: onlyoffice-ds -version: "6.4.0" +version: "6.4.1" summary: "An online office suite that allowing to create, view and edit documents." description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time." icon: snap/icons/asc-de-256.png @@ -72,7 +72,7 @@ parts: server: plugin: dump - source: https://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver-6.4.0.tar.gz + source: https://download.onlyoffice.com/install/documentserver/linux/onlyoffice-documentserver-6.4.1.tar.gz stage-packages: - libxml2 - fonts-dejavu @@ -97,14 +97,6 @@ parts: /usr/lib/update-notifier/package-data-downloader fi cp -r /usr/share/fonts/truetype/msttcorefonts $SNAPCRAFT_PART_INSTALL/usr/share/fonts/truetype - #temporary - rm -r $SNAPCRAFT_PART_INSTALL/core-fonts - rm -r $SNAPCRAFT_PART_INSTALL/sdkjs - rm -r $SNAPCRAFT_PART_INSTALL/sdkjs-plugins - rm -r $SNAPCRAFT_PART_INSTALL/server - rm -r $SNAPCRAFT_PART_INSTALL/web-apps - rm -r $SNAPCRAFT_PART_INSTALL/example - # DIR="$SNAPCRAFT_PART_INSTALL/var/www/onlyoffice/documentserver" rm -r $DIR/server/welcome DIR_ETC="$SNAPCRAFT_PART_INSTALL/etc/onlyoffice/documentserver"