1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Updated to version 5.0.1

This commit is contained in:
anmol 2020-11-13 04:15:25 +05:30
parent 137ac1e62b
commit fcea07e7ce
5 changed files with 12 additions and 9 deletions

View file

@ -1,12 +1,12 @@
# 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)
[![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 Nextcloud 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.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
Version: **4.7.2**
Version: **5.0.1**
## 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**.

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/4.7.2/core-4.7.2.tar.gz
SOURCE_SUM=4e3e52e86fb4b722974d008bfbe3d70d3395725275b77db5ab6f4a053a27c659
SOURCE_URL=https://framagit.org/hubzilla/core/-/archive/5.0.1/core-5.0.1.tar.gz
SOURCE_SUM=01be787c957d4d115b64bccd2ab4b958a206c27726456cc76e474373ad9f5ae3
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/4.6/addons-4.6.tar.gz
SOURCE_SUM=efa095918a8698a62fa6596aa403da9ee9ab4b11a76ec0fb101666a716b84324
SOURCE_URL=https://framagit.org/hubzilla/addons/-/archive/5.0.1/addons-5.0.1.tar.gz
SOURCE_SUM=192c02fcd4ead32e0a1e00884c593d962a1339719e3fb24071693efc66d0c685
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=

View file

@ -8,7 +8,7 @@
},
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
"license": "MIT",
"version": "4.7.2~ynh2",
"version": "5.0.1~ynh2",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"

View file

@ -164,12 +164,15 @@ if [ $database -eq 1 ]; then
ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < "../conf/sql/385.sql"
fi
elif [ $database -eq 2 ]; then
ynh_install_app_dependencies $pkg_dependencies
fi
if [ -z "$last_update" ] && [ $version -lt 5.0.0 ] && [ $version -nt 5.0.0 ] && [ -f "$final_path/util/z6convert.php" ] ; then
pushd "$final_path"
php${YNH_PHP_VERSION} util/z6convert.php
popd
fi
#=================================================
# SETUP SSOWAT