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

Merge pull request #12 from YunoHost-Apps/testing

autoupdate.strategy = "latest_github_release"
This commit is contained in:
OniriCorpe 2024-02-15 19:18:57 +01:00 committed by GitHub
commit 343648dc39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->
@ -44,4 +44,4 @@ or
sudo yunohost app upgrade flood -u https://github.com/YunoHost-Apps/flood_ynh/tree/testing --debug sudo yunohost app upgrade flood -u https://github.com/YunoHost-Apps/flood_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps> **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->

View file

@ -17,7 +17,7 @@ code = "https://github.com/jesec/flood"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = [ "amd64", "arm64" ]
multi_instance = false multi_instance = false
ldap = false ldap = false
sso = false sso = false
@ -45,6 +45,10 @@ ram.runtime = "50M"
amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb" amd64.url = "https://github.com/jesec/flood/releases/download/v4.7.0/flood-linux-x64.deb"
amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f" amd64.sha256 = "d528edc50e2a2a8d60aa1d37e2cdf0353c48f792b7ded4f150a0914931076d3f"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "flood-linux-arm64.deb"
autoupdate.asset.amd64 = "flood-linux-x64.deb"
[resources.system_user] [resources.system_user]
[resources.install_dir] [resources.install_dir]