From 8266a2a094f7e57949d5aee6a85e3d6b38fa9e75 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 24 Dec 2018 18:24:14 +0530 Subject: [PATCH] Updated to version 3.8.8 --- README.md | 12 ++++++++++-- conf/app.src | 4 ++-- conf/app_addons.src | 4 ++-- manifest.json | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0ce525c1..efb8690d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ -# Hubzilla Hub for YunoHost +# Hubzilla for YunoHost [![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://ci-apps.yunohost.org/jenkins/job/hubzilla%20%28Community%29/lastBuild/consoleFull) [![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hubzilla)
-Version: **3.8.5** +Version: **3.8.8** + +### Interesting links + +- [YunoHost project](https://yunohost.org) +- [Hubzilla website](http://hubzilla.org) +- [Hubzilla code on Framagit](https://framagit.org/hubzilla/core) +- [Hubzilla addons on Framagit](https://framagit.org/hubzilla/addons) + ## Hubzilla [Hubzilla](http://hubzilla.org) is a powerful platform for creating interconnected websites featuring a decentralized identity, communications, and permissions framework built using common webserver technology. diff --git a/conf/app.src b/conf/app.src index 00d90877..64005f11 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/3.8.5/core-3.8.5.tar.gz -SOURCE_SUM=a4713fe5cd181abc62e0b6d7470b5ba642be07ecc63a5eb3c65c2050dba197d4 +SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/3.8.8/core-3.8.8.tar.gz +SOURCE_SUM=97ebd4d65ba6d4bc7aa6b936e266e077e1b08f409b1447c0520268e85a31bae4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/conf/app_addons.src b/conf/app_addons.src index fd2e4b4e..96bbf255 100644 --- a/conf/app_addons.src +++ b/conf/app_addons.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/3.8.5/addons-3.8.5.tar.gz -SOURCE_SUM=a00e2248ef7a71ac6aaf458c3411cd9caebe11f032bae1354f6c1cbf7f7cc8b0 +SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/3.8.8/addons-3.8.8.tar.gz +SOURCE_SUM=75e90f552d85feb55da35b3b4c53c174257ff8c84391e09201f20badb72f7505 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/manifest.json b/manifest.json index 9737ff96..df9c02b6 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://github.com/redmatrix/hubzilla", "license": "Free as-is", - "version": "3.8.5", + "version": "3.8.8", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org",