Skip to content
Open
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
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "phpLDAPadmin"
description.en = "Manage LDAP databases using a web interface"
description.fr = "Gérez des base LDAP depuis une interface web"

version = "2.2.1~ynh1"
version = "2.3.4~ynh1"

maintainers = ["aymhce"]

Expand Down Expand Up @@ -37,8 +37,8 @@ ram.runtime = "50M"

[resources]
[resources.sources.main]
url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.2.1.tar.gz"
sha256 = "0dc2780abdbcd6d5af20e1ef05c2cec6b89ddce9ba9e84f0da0c282007f8acc9"
url = "https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/2.3.4.tar.gz"
sha256 = "89fa22b7a777ea2804dc5104137727eca8f1c0548b4b12c13032a089be93a1f5"
autoupdate.strategy = "latest_github_tag"
autoupdate.version_regex = "^RELEASE-(.*)$"

Expand Down
1 change: 0 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ ynh_config_add_nginx
#=================================================
ynh_script_progression "Installing app..."

ynh_composer_install
ynh_composer_exec install --optimize-autoloader --no-dev

#=================================================
Expand Down