1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Bump yunohost requirement to 11.2.17

This commit is contained in:
Alexandre Aubin 2024-06-24 22:46:52 +02:00
parent d4a236405c
commit 46e59e746b

View file

@ -386,7 +386,7 @@ def cleanup():
raw_manifest = open("manifest.toml", "r").read()
if "helpers_version" not in raw_manifest:
raw_manifest = re.sub('(yunohost = .*)', '\\1\nhelpers_version = "2.1"', raw_manifest)
raw_manifest = re.sub('yunohost = ">= 11\..*"', 'yunohost = ">= 11.2.16"', raw_manifest)
raw_manifest = re.sub('yunohost = ">= 11\..*"', 'yunohost = ">= 11.2.17"', raw_manifest)
open("manifest.toml", "w").write(raw_manifest)