diff options
| author | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:46:49 +0100 |
|---|---|---|
| committer | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:46:49 +0100 |
| commit | 06731a7ae9633399c45eaaa6085ed242603fdbd8 (patch) | |
| tree | eb8289fb7bd093ae5dc39a65f7bd06740b444809 | |
| parent | 881197fc583749e341311e28c024c50e21cb2031 (diff) | |
| download | mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.tar.gz mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.tar.bz2 mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.zip | |
3.4.4
| -rw-r--r-- | conf/app.src | 5 | ||||
| -rw-r--r-- | manifest.json | 6 | ||||
| -rw-r--r-- | scripts/_common.sh | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/conf/app.src b/conf/app.src index dcbcb48..1c9fc19 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,6 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz -SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.4.tar.gz +SOURCE_SUM=567e57cc9d35306cbd708a33bc0bf1adf7981f3706ca4eced0d0c2b4f980034d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 662f34a..c1defdf 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "mastodon", "packaging_format": 1, "description": { - "en": "Libre and federated social network.", - "fr": "Réseau social libre et fédéré." + "en": "Libre and federated social network", + "fr": "Réseau social libre et fédéré" }, - "version": "3.4.1~ynh4", + "version": "3.4.4~ynh1", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index b6f4796..4b87d9b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file 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 libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" +pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file 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 libgdbm3|libgdbm6 libgdbm-dev postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" MEMORY_NEEDED="2560" |
