Skip to content

Commit

Permalink
ownCloud: Update to v10.14.0 (#6132)
Browse files Browse the repository at this point in the history
* Update ownCloud to v10.14.0
* Add iconv php module
  • Loading branch information
mreid-tt authored Jun 9, 2024
1 parent 602f1d9 commit c1a463a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cross/owncloud/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME = owncloud
PKG_VERS = 10.13.4
PKG_DATE = 20231213
PKG_VERS = 10.14.0
PKG_DATE = 20240226
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-complete-$(PKG_DATE).$(PKG_EXT)
PKG_DIST_SITE = https://download.owncloud.com/server/stable
Expand Down
6 changes: 3 additions & 3 deletions cross/owncloud/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
owncloud-complete-20231213.tar.bz2 SHA1 a15cb65c5e4bc78a054a8cf5baa9f9f3b4aa6dbe
owncloud-complete-20231213.tar.bz2 SHA256 4e39c500cd99e2b2a988d593aa43bf67c29e6704ecbe03fc068872f37018f523
owncloud-complete-20231213.tar.bz2 MD5 a1ace90fcd9d79cd2b443f2730168286
owncloud-complete-20240226.tar.bz2 SHA1 a2b54593da3caebdcf2212480c8e046b7cbad40b
owncloud-complete-20240226.tar.bz2 SHA256 7b23e7f189f5ceb606fb95e96b5caa202299b3cea90e524fc59bdd3c9c30853c
owncloud-complete-20240226.tar.bz2 MD5 dc135c062cb9c21656e38309306b6067
6 changes: 3 additions & 3 deletions spk/owncloud/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = owncloud
SPK_VERS = 10.13.4
SPK_REV = 16
SPK_VERS = 10.14.0
SPK_REV = 17
SPK_ICON = src/owncloud.png

DEPENDS = cross/owncloud
Expand All @@ -13,7 +13,7 @@ SPK_DEPENDS = WebStation:PHP7.4:Apache2.4
MAINTAINER = ymartin59
DESCRIPTION = ownCloud is a personal cloud which runs on your own server and gives you freedom and control over your own data.
DISPLAY_NAME = ownCloud
CHANGELOG = "1. Update ownCloud to 10.13.4."
CHANGELOG = "1. Update ownCloud to 10.14.0."
HOMEPAGE = https://owncloud.com/

LICENSE = AGPLv3
Expand Down
1 change: 1 addition & 0 deletions spk/owncloud/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"curl",
"gd",
"gmp",
"iconv",
"imagick",
"imap",
"intl",
Expand Down
1 change: 1 addition & 0 deletions spk/owncloud/src/web/owncloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"curl",
"gd",
"gmp",
"iconv",
"imagick",
"imap",
"intl",
Expand Down

0 comments on commit c1a463a

Please sign in to comment.