mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Onlyoffice 9.1.0 => 9.2.0 (#13934)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3,11 +3,11 @@ require 'package'
|
|||||||
class Onlyoffice < Package
|
class Onlyoffice < Package
|
||||||
description 'The most complete office suite'
|
description 'The most complete office suite'
|
||||||
homepage 'https://www.onlyoffice.com/en/'
|
homepage 'https://www.onlyoffice.com/en/'
|
||||||
version '9.1.0'
|
version '9.2.0'
|
||||||
license 'AGPL-3'
|
license 'AGPL-3'
|
||||||
compatibility 'x86_64'
|
compatibility 'x86_64'
|
||||||
source_url "https://github.com/ONLYOFFICE/appimage-desktopeditors/releases/download/v#{version}/DesktopEditors-x86_64.AppImage"
|
source_url "https://github.com/ONLYOFFICE/appimage-desktopeditors/releases/download/v#{version}/DesktopEditors-x86_64.AppImage"
|
||||||
source_sha256 '45f07575e18b04d6b3d4aeb86c6d651259745d7801eba14068c0017ced8f9d08'
|
source_sha256 '6de50a1a555cc33bf2b4fd29e45d405d0179d87984b2f4c31277df079ea8f2f1'
|
||||||
|
|
||||||
depends_on 'gtk3' # R
|
depends_on 'gtk3' # R
|
||||||
depends_on 'gdk_base' # R
|
depends_on 'gdk_base' # R
|
||||||
|
|||||||
3
tests/package/o/onlyoffice
Executable file
3
tests/package/o/onlyoffice
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
onlyoffice --help
|
||||||
|
onlyoffice --version 2>&1
|
||||||
Reference in New Issue
Block a user