diff --git a/manifest.toml b/manifest.toml index c86319a..e3941eb 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.16.0~ynh1" +version = "1.17.0~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.16.0/fluffychat-web.tar.gz" -sha256 = "b7852559895d3a4dd2107f5b8f6814b5d8571a720ea2ec4e1174392fd7267bd1" +url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.0/fluffychat-web.tar.gz" +sha256 = "155bcbafd4bd9df34f1f428447a31f74a40953c72b43c0d56e2d7a3977882db0" in_subdir = 2 autoupdate.asset = "fluffychat-web.tar.gz"