1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

Bump version, add email config, remove supervisor code - from eric_g

This commit is contained in:
Salamandar 2024-03-14 19:06:40 +01:00
parent 9ad968d678
commit 44d1fbe09e
2 changed files with 7 additions and 6 deletions

View file

@ -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"

View file

@ -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