diff options
| author | anmol <github@datamol.org> | 2019-02-12 11:36:09 +0530 |
|---|---|---|
| committer | anmol <github@datamol.org> | 2019-02-12 11:36:09 +0530 |
| commit | cc4c8e73e6e62e888ff1a8793276e3e04e93a8bd (patch) | |
| tree | 9c4d75c7078b308a7222331528897dee12473019 | |
| parent | 41d7f8700d2ffb66148fb99dd19c7ea4afc6c197 (diff) | |
| download | mastodon_ynh-cc4c8e73e6e62e888ff1a8793276e3e04e93a8bd.tar.gz mastodon_ynh-cc4c8e73e6e62e888ff1a8793276e3e04e93a8bd.tar.bz2 mastodon_ynh-cc4c8e73e6e62e888ff1a8793276e3e04e93a8bd.zip | |
Updated to version 2.7.1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | conf/app-mastodon.src | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # Mastodon for YunoHost -[](https://github.com/YunoHost-Apps/mastodon_ynh/releases) +[](https://github.com/YunoHost-Apps/mastodon_ynh/releases) [](https://github.com/YunoHost-Apps/mastodon_ynh/milestones) [](https://github.com/YunoHost-Apps/mastodon_ynh#dependencies) [](https://raw.githubusercontent.com/YunoHost-Apps/mastodon_ynh/master/LICENSE) diff --git a/conf/app-mastodon.src b/conf/app-mastodon.src index 64b77bc..4c68e9c 100644 --- a/conf/app-mastodon.src +++ b/conf/app-mastodon.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v2.7.0.tar.gz -SOURCE_SUM=429d2be660aff3d77960ae87412ad7de82dab9c21363e2799db34948d2231d7b +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/v2.7.1.tar.gz +SOURCE_SUM=d0a9d6f4514f78fcdc76943ce2518ce5008378c65b5ecbb3644026dc97c18ec1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 9a2c4d4..3c06f54 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "mastodon", "packaging_format": 1, "requirements": { - "yunohost": ">= 2.7.0" + "yunohost": ">= 2.7.1" }, "description": { "en": "Mastodon is a free, open-source social network.", |
