diff --git a/manifest.toml b/manifest.toml index e3941eb..359dfcc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Fluffychat" description.en = "A cute [matrix] client written in Flutter. " description.fr = "Un client [matrix] mignon écrit en Flutter." -version = "1.17.0~ynh1" +version = "1.17.1~ynh1" maintainers = ["OniriCorpe"] @@ -53,8 +53,8 @@ default = "visitors" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command -url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.0/fluffychat-web.tar.gz" -sha256 = "155bcbafd4bd9df34f1f428447a31f74a40953c72b43c0d56e2d7a3977882db0" +url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.1/fluffychat-web.tar.gz" +sha256 = "6800fde0284aceeca263c86d5a3871fe44e513dbe90ab8c00fc58a8ea74ff5ad" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz"