mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Updated to 3.2.2 and added php-xml to install
This commit is contained in:
parent
c53a77c688
commit
a87cf20ab5
8 changed files with 9 additions and 9 deletions
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
Current snapshot in *sources*:
|
Current snapshot in *sources*:
|
||||||
|
|
||||||
* https://github.com/redmatrix/hubzilla: 3.2.1 (commit 09e143dc1f6f78c14a10d8fb9ac7761b122b11a1)
|
* https://github.com/redmatrix/hubzilla: 3.2.2 (commit 8e46b072684d85d25037d9366f2507b4d171e7e8)
|
||||||
* https://github.com/redmatrix/hubzilla-addons: 3.2.1 (commit 05966c8be03829d820d627c24ba6eb7b7de1ca1d)
|
* https://github.com/redmatrix/hubzilla-addons: 3.2.2 (commit 6db8413d4209e6b56313b827632b6c132b82875a)
|
||||||
|
|
||||||
## To-Do's
|
## To-Do's
|
||||||
- [X] Installation and remove script.
|
- [X] Installation and remove script.
|
||||||
|
|
|
@ -38,7 +38,7 @@ ynh_app_setting_set $app upload $upload
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y -qq php5-cli php5-imagick php5-gd php5-mcrypt
|
sudo apt-get install -y -qq php5-cli php5-imagick php5-gd php5-mcrypt php-xml
|
||||||
|
|
||||||
# Create db
|
# Create db
|
||||||
db_user=$app
|
db_user=$app
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hubzilla-addons-3.2.1
|
hubzilla-addons-3.2.2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
b693a86c23396fff6c2fa41a01fd6b2c hubzilla-addons-3.2.1.zip
|
05b4cbc853248fa855fb5941d9ea5ced hubzilla-addons-3.2.2.zip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
https://github.com/redmatrix/hubzilla-addons/archive/3.2.1.zip
|
https://github.com/redmatrix/hubzilla-addons/archive/3.2.2.zip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hubzilla-3.2.1
|
hubzilla-3.2.2
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
dbb3d8ac359b8494aa47654c8cea75ce hubzilla-3.2.1.zip
|
e1a87334579adbabf7e84ecd599bdfa9 hubzilla-3.2.2.zip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
https://github.com/redmatrix/hubzilla/archive/3.2.1.zip
|
https://github.com/redmatrix/hubzilla/archive/3.2.2.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue