From 44d1fbe09e036ea7ea56be36e8773f4e13eedc75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 14 Mar 2024 19:06:40 +0100 Subject: [PATCH] Bump version, add email config, remove supervisor code - from eric_g --- manifest.toml | 8 +++++--- scripts/_common.sh | 5 ++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7192848..e92e144 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Fab-manager" description.en = "Fab Lab management solution" description.fr = "Solution de gestion de Fab Lab" -version = "5.6.5~ynh2" +version = "6.3.9~ynh1" maintainers = [] @@ -22,8 +22,10 @@ code = "https://github.com/sleede/fab-manager" yunohost = ">= 11.2.12" architectures = "all" multi_instance = false + ldap = false sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -46,8 +48,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://api.github.com/repos/sleede/fab-manager/tarball/v5.6.5" - sha256 = "dc6ae9fefd893975ee2b70c5b327a37b3d585dcf223ddffe75cc0b570771102d" + url = "https://github.com/sleede/fab-manager/archive/refs/tags/v6.3.9.tar.gz" + sha256 = "b6a68bf91009678a3a666cfd5cab8e3c636ac9fbb920e3e4e4bd29b093c7f43d" autoupdate.strategy = "latest_github_tag" diff --git a/scripts/_common.sh b/scripts/_common.sh index 375c5cf..9c96708 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,10 +4,9 @@ # COMMON VARIABLES #================================================= -ruby_version="2.6.10" -bundler_version=2.1.4 +ruby_version="3.1" -nodejs_version="14" +nodejs_version="18" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463