diff --git a/README.md b/README.md index 2bc103e9..a64fdc99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Hubzilla for YunoHost [![Integration level](https://dash.yunohost.org/integration/hubzilla.svg)](https://dash.yunohost.org/appci/app/hubzilla) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/hubzilla.maintain.svg) + [![Install Hubzilla with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=hubzilla) > *This package allow you to install Hubzilla quickly and simply on a YunoHost server. @@ -9,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview [Hubzilla](https://hub.libranet.de/directory?f=&global=1&pubforums=1) is a social networking platform built with control of your privacy at center stage. Your online communications can be as public as you wish or as private as you require. Private conversations, private photos, private videos. Your media isn't hidden behind an obscure URL which can be guessed, it is protected by state-of-the-art cross-domain authentication. What this all means for you: **less drama**. -**Shipped version:** 5.0.5 +**Shipped version:** 5.0.8 ## Screenshots diff --git a/conf/app.src b/conf/app.src index e9227a17..c0906461 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.5/core-5.0.5.tar.gz -SOURCE_SUM=c385e583fdfacbff42e430debff4edf8ad5ebf99c20d1d704ff7ecebd39ab30a +SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.8/core-5.0.8.tar.gz +SOURCE_SUM=7c3364d0bf364f0de39a7bad4b078573651e9c3faaa59a25106435e9ad852e82 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/conf/app_addons.src b/conf/app_addons.src index a40d1525..d264184b 100644 --- a/conf/app_addons.src +++ b/conf/app_addons.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.5/addons-5.0.5.tar.gz -SOURCE_SUM=e1a956d25165c684d618787d552710b46ff567d00c8e49445c8131016702c463 +SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.8/addons-5.0.8.tar.gz +SOURCE_SUM=ce37202d8401684d71719ef28ec6d2a05e96209026605957a76bbffdc85615f3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/manifest.json b/manifest.json index 0894e723..04f8e6ee 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://zotlabs.org/page/hubzilla/hubzilla-project", "license": "MIT", - "version": "5.0.5~ynh1", + "version": "5.0.8~ynh1", "maintainer": { "name": "Anmol Sharma" },