mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
Merge branch 'update-manifest-as-per-tiki-27.0-release' of https://github.com/rodriguezny/tiki_ynh into pr/32
This commit is contained in:
commit
d693e618bb
1 changed files with 11 additions and 3 deletions
|
@ -62,8 +62,8 @@ ram.runtime = "50M"
|
|||
format = "tar.gz"
|
||||
|
||||
[resources.sources.lts]
|
||||
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_27.x_Miaplacidus/27.0/tiki-27.0.tar.gz/download"
|
||||
sha256 = "bcc79422239e9b17846082bec4341326518e95a5c058307e61933c2382245dbb"
|
||||
url = "https://sourceforge.net/projects/tikiwiki/files/Tiki_24.x_Wolf_359/24.6/tiki-24.6.tar.gz/download"
|
||||
sha256 = "1dc1a3f0236c79287b14bfe45eb789e8b0e5c89d2a9089bab496c61a2c73a9f0"
|
||||
format = "tar.gz"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -76,7 +76,15 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "tesseract-ocr, imagemagick, mariadb-server, php8.2-bz2, php8.2-curl, php8.2-gd, php8.2-zip, php8.2-mysql, php8.2-xml, php8.2-mbstring, php8.2-intl"
|
||||
packages = "tesseract-ocr, imagemagick, mariadb-server"
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$release_cycle" == "regular" ]]; then
|
||||
echo "php8.1-bz2, php8.1-curl, php8.1-gd, php8.1-zip, php8.1-mysql, php8.1-xml, php8.1-mbstring, php8.1-intl"
|
||||
else
|
||||
echo "php7.4-bz2, php7.4-curl, php7.4-gd, php7.4-zip, php7.4-mysql, php7.4-xml, php7.4-mbstring, php7.4-intl"
|
||||
fi
|
||||
"""
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue