Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feng Office: Update to v3.11.4.14 #6377

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cross/fengoffice/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = fengoffice
PKG_VERS = 3.11.2.8
PKG_VERS = 3.11.4.14
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/fengoffice/$(PKG_NAME)/archive/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/fengoffice/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fengoffice-3.11.2.8.tar.gz SHA1 b700ff65ec7bac41f27fc50866cd81dffca79f36
fengoffice-3.11.2.8.tar.gz SHA256 b146bba574349d0480407a101b4f4924f876425ff5955470c515efbc953b8b6c
fengoffice-3.11.2.8.tar.gz MD5 766ac490d2aeb1ca9a2868a35fcf1300
fengoffice-3.11.4.14.tar.gz SHA1 ae42ef25997203cba7baf95151731e2a1fc42f22
fengoffice-3.11.4.14.tar.gz SHA256 73e108a0417523e8aa5a206b383d83e3588e4e81dd83d8e02f4aa8e7a4059473
fengoffice-3.11.4.14.tar.gz MD5 e74b3644df781252f9e5b8dd078854b7
8 changes: 4 additions & 4 deletions spk/fengoffice/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SPK_NAME = fengoffice
SPK_VERS = 3.11.2.8
SPK_REV = 4
SPK_VERS = 3.11.4.14
SPK_REV = 5
SPK_ICON = src/fengoffice.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/fengoffice
# Pure PHP package, make sure ARCH is noarch
override ARCH=noarch

Expand All @@ -14,7 +14,7 @@ SPK_DEPENDS = "WebStation:PHP7.4:MariaDB10:Apache2.4"
MAINTAINER = SynoCommunity
DESCRIPTION = Feng Office is a Collaboration Platform and Project Management System.
DISPLAY_NAME = Feng Office
CHANGELOG = "1. Update to v3.11.2.8.<br/>2. Add PHP profiles for DSM 6.<br/>3. Add backup and restore functions."
CHANGELOG = "1. Update to v3.11.4.14."

HOMEPAGE = https://www.fengoffice.com/
LICENSE = AGPL
Expand Down
Loading