aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2025-01-04 22:28:11 +0100
committerGitHub <noreply@github.com>2025-01-04 22:28:11 +0100
commit70ab1fa142e92495cb91a7c69162228a5e288d8c (patch)
treeceaad486f2b5648d40d8940687fa22b75eb5abed /manifest.toml
parent8102fffa52a4e3279bba9fbdafb3a0e5b1fe3e17 (diff)
parent31c04e0d3ad88e7bac36aa61ac6f9b44fca141b0 (diff)
downloadmastodon_ynh-70ab1fa142e92495cb91a7c69162228a5e288d8c.tar.gz
mastodon_ynh-70ab1fa142e92495cb91a7c69162228a5e288d8c.tar.bz2
mastodon_ynh-70ab1fa142e92495cb91a7c69162228a5e288d8c.zip
Merge pull request #479 from YunoHost-Apps/testing
Testing v4.3.2
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml13
1 files changed, 4 insertions, 9 deletions
diff --git a/manifest.toml b/manifest.toml
index d41094e..1c4aefd 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Mastodon"
description.en = "Libre and federated social network"
description.fr = "Réseau social libre et fédéré"
-version = "4.2.13~ynh1"
+version = "4.3.2~ynh1"
maintainers = ["Tagada"]
@@ -52,8 +52,8 @@ ram.runtime = "500M"
[resources]
[resources.sources]
[resources.sources.main]
- url = "https://github.com/mastodon/mastodon/archive/refs/tags/v4.2.13.tar.gz"
- sha256 = "a8f2576ac97bc8ab39e952408f5fcdb11aa8b15f0b988dab6147a8e5aa8b112d"
+ url = "https://github.com/mastodon/mastodon/archive/refs/tags/v4.3.2.tar.gz"
+ sha256 = "d4ad908ad4793c6df761438cf6ee51d08a28cd74a1554bcc0f71718f88cce0ac"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
@@ -75,12 +75,7 @@ ram.runtime = "500M"
stream.default = 4000
[resources.apt]
- packages = "imagemagick, ffmpeg, libpq-dev, libxml2-dev, libxslt1-dev, file, git, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm6, libgdbm-dev, redis-tools, redis-server, rsync, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https"
-
- [resources.apt.extras.yarn]
- repo = "deb https://dl.yarnpkg.com/debian/ stable main"
- key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
- packages = "yarn"
+ packages = "imagemagick, ffmpeg, libvips-tools, libpq-dev, libxml2-dev, libxslt1-dev, file, git, git-core, g++, libprotobuf-dev, protobuf-compiler, pkg-config, gcc, autoconf, bison, build-essential, libssl-dev, libyaml-dev, libreadline6-dev, zlib1g-dev, libncurses5-dev, libffi-dev, libgdbm6, libgdbm-dev, redis-tools, redis-server, rsync, postgresql, postgresql-contrib, libidn11-dev, libicu-dev, libjemalloc-dev, curl, apt-transport-https"
[resources.database]
type = "postgresql"