diff options
| author | Tagada <36127788+Tagadda@users.noreply.github.com> | 2025-01-02 14:27:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 14:27:38 +0100 |
| commit | 31c04e0d3ad88e7bac36aa61ac6f9b44fca141b0 (patch) | |
| tree | ceaad486f2b5648d40d8940687fa22b75eb5abed /manifest.toml | |
| parent | 8102fffa52a4e3279bba9fbdafb3a0e5b1fe3e17 (diff) | |
| parent | 0595ab38e0e46f6e2b68a1404f3bb5ce8528a5d0 (diff) | |
| download | mastodon_ynh-31c04e0d3ad88e7bac36aa61ac6f9b44fca141b0.tar.gz mastodon_ynh-31c04e0d3ad88e7bac36aa61ac6f9b44fca141b0.tar.bz2 mastodon_ynh-31c04e0d3ad88e7bac36aa61ac6f9b44fca141b0.zip | |
Merge pull request #478 from YunoHost-Apps/ci-auto-update-4.3.2
Upgrade to v4.3.2
Diffstat (limited to 'manifest.toml')
| -rw-r--r-- | manifest.toml | 13 |
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" |
