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

Merge pull request #11 from anmol26s/2020-12-07

updated to version 2020-12-07
This commit is contained in:
Éric Gaspar 2020-12-07 13:49:19 +01:00 committed by GitHub
commit 4638dbe477
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 7 deletions

View file

@ -7,8 +7,8 @@
> *This package allow you to install ZAP 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: 2020-12-07
Version: 2020-11-26
### Interesting links

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://codeberg.org/zot/zap/archive/fe8db82c6e31e7ce7255a086814d285d3dcbe5b8.tar.gz
SOURCE_SUM=59d081cd8525a55ed18fa0cec37181821b6ee305a1df8aa23bfcff48b85b8f7f
SOURCE_URL=https://codeberg.org/zot/zap/archive/8e3d6671cedc13e5c597010231054a8ae3777e85.tar.gz
SOURCE_SUM=e08c52d5dc4d2a2996ae8b001b1b95d222f70278e1ed0f21c6cf70f7e0ddff70
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=
SOURCE_FILENAME=

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://codeberg.org/zot/zap-addons/archive/6a888a5ba705fd9e2231322db9bb402abdc577f5.tar.gz
SOURCE_SUM=75d95927eeb2ab92d152796654d4e5fb35dcdea9d1d39613812034b74c481568
SOURCE_URL=https://codeberg.org/zot/zap-addons/archive/358af0d6a09d8cbdcf28f6a9035e9434aa1103b0.tar.gz
SOURCE_SUM=0249a9cc7531976c0cf11c01cf12e568d2f79c1bc3d80f731e3093078fddc847
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=

View file

@ -5,7 +5,9 @@
"description": {
"en": "A fediverse server."
},
"version": "2020-11-26~ynh1",
"version": "2020-12-07~ynh1",
"url": "https://zotlabs.com/zap/",
"license": "MIT",
"maintainer": {

View file

@ -27,7 +27,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
admin=$YNH_APP_ARG_ADMIN
email=$(sudo yunohost user info $admin | grep "mail:" | cut -d' ' -f2)
email=$(yunohost user info $admin | grep "mail:" | cut -d' ' -f2)
upload="256M"
database="1"
random_string="$(ynh_string_random)$(ynh_string_random)$(ynh_string_random)"