mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Update XWiki to 16.3.1
This commit is contained in:
parent
8f5719b30e
commit
650f64beda
2 changed files with 15 additions and 15 deletions
|
@ -5,7 +5,7 @@ name = "XWiki"
|
||||||
description.en = "Collaboration tool based on the wiki principle"
|
description.en = "Collaboration tool based on the wiki principle"
|
||||||
description.fr = "Outil de collaboration basé sur le principe du wiki"
|
description.fr = "Outil de collaboration basé sur le principe du wiki"
|
||||||
|
|
||||||
version = "15.10.1~ynh1"
|
version = "16.3.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["Josué Tille"]
|
maintainers = ["Josué Tille"]
|
||||||
|
|
||||||
|
@ -61,31 +61,31 @@ ram.runtime = "1G"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-jetty-hsqldb/15.10.1/xwiki-platform-distribution-jetty-hsqldb-15.10.1.zip"
|
url = "https://nexus.xwiki.org/nexus/content/groups/public/org/xwiki/platform/xwiki-platform-distribution-jetty-hsqldb/16.3.1/xwiki-platform-distribution-jetty-hsqldb-16.3.1.zip"
|
||||||
sha256 = "76efd6e1c58b8557034a3e25271963392b8b5e125af97d932210823510586e9f"
|
sha256 = "cb82326455089ef2f2d6a0631821f74530a8043aeee3486265482b58fbaa0e79"
|
||||||
format = "zip"
|
format = "zip"
|
||||||
|
|
||||||
[resources.sources.jdbc]
|
[resources.sources.jdbc]
|
||||||
url = "https://jdbc.postgresql.org/download/postgresql-42.7.0.jar"
|
url = "https://jdbc.postgresql.org/download/postgresql-42.7.3.jar"
|
||||||
rename = "postgresql-42.7.0.jar"
|
rename = "postgresql-42.7.0.jar"
|
||||||
sha256 = "90c39c97ac309b5767882f9beef913244da029204af2d2982c2b45bcfcb42624"
|
sha256 = "a2644cbfba1baa145ff7e8c8ef582a6eed7a7ec4ca792f7f054122bdec756268"
|
||||||
|
|
||||||
# Note that xq is available on debian package since debian 12
|
# Note that xq is available on debian package since debian 12
|
||||||
# So on bookworm should just remove this and use official package
|
# So on bookworm should just remove this and use official package
|
||||||
[resources.sources.xq_tool]
|
[resources.sources.xq_tool]
|
||||||
in_subdir= false
|
in_subdir= false
|
||||||
|
|
||||||
i386.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.3/xq_1.2.3_linux_386.tar.gz"
|
i386.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.4/xq_1.2.4_linux_386.tar.gz"
|
||||||
i386.sha256 = "fc500e887d825f6cbedecdbfb3a272e1a88473b1f1a1b92075cab429d3d6fc64"
|
i386.sha256 = "f51e27493fb49dee53f3511ad6f4710f8fb7014e6ba0796d3c6d2eee6ceef914"
|
||||||
|
|
||||||
amd64.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.3/xq_1.2.3_linux_amd64.tar.gz"
|
amd64.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.4/xq_1.2.4_linux_amd64.tar.gz"
|
||||||
amd64.sha256 = "d510d97a247ad9b5a4e92759ea9b1b6be07d9f18187209b359525744e1bb8947"
|
amd64.sha256 = "96148dc3ce4fede9ab47b26fa07f1ada950dfd61ae54db7013c76a410945302f"
|
||||||
|
|
||||||
armhf.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.3/xq_1.2.3_linux_armv7.tar.gz"
|
armhf.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.4/xq_1.2.4_linux_armv7.tar.gz"
|
||||||
armhf.sha256 = "f9b01ba7d77965f292f3c1b8c164267367507e16a8951b67733a539d7f73eecb"
|
armhf.sha256 = "9b08c33f1a3dd1f7a6a82dd91ef7dfb5297d0c3ea2ccfc6ee616393667862d56"
|
||||||
|
|
||||||
arm64.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.3/xq_1.2.3_linux_arm64.tar.gz"
|
arm64.url = "https://github.com/sibprogrammer/xq/releases/download/v1.2.4/xq_1.2.4_linux_arm64.tar.gz"
|
||||||
arm64.sha256 = "a8989b2b1a5254033aebacb72ffea77964d6903d809361001dbf1ed09a0c6550"
|
arm64.sha256 = "414ea9fde3c6e669f034465c21aa095bc3c10a3e3dd8c2989ee8073605274bf9"
|
||||||
|
|
||||||
#
|
#
|
||||||
# INFO need also to update extensions version on _common.sh
|
# INFO need also to update extensions version on _common.sh
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
super_admin_config='#'
|
super_admin_config='#'
|
||||||
systemd_match_start_line='oxtjl.NotifyListener:main: ----------------------------------'
|
systemd_match_start_line='oxtjl.NotifyListener:main: ----------------------------------'
|
||||||
flavor_version='15.10.1'
|
flavor_version='16.3.1'
|
||||||
ldap_version='9.12.0'
|
ldap_version='9.15.2'
|
||||||
|
|
||||||
if [ $install_standard_flavor -eq 1 ]; then
|
if [ $install_standard_flavor -eq 1 ]; then
|
||||||
distribution_default_ui="distribution.defaultUI=org.xwiki.platform:xwiki-platform-distribution-flavor-mainwiki/$flavor_version"
|
distribution_default_ui="distribution.defaultUI=org.xwiki.platform:xwiki-platform-distribution-flavor-mainwiki/$flavor_version"
|
||||||
|
|
Loading…
Add table
Reference in a new issue