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:
parent
d4a236405c
commit
46e59e746b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue