mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
2.0.0-beta.12
This commit is contained in:
parent
c4ec6e63fe
commit
313af25a52
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown
|
|||
|
||||
**Wiki.js is still under development, all features not already implemented.**
|
||||
|
||||
**Shipped version:** 2.0.0-beta.11
|
||||
**Shipped version:** 2.0.0-beta.12
|
||||
|
||||
## Licence
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.",
|
||||
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown pour YunoHost."
|
||||
},
|
||||
"version": "2.0.0-beta.11~ynh1",
|
||||
"version": "2.0.0-beta.12~ynh1",
|
||||
"url": "https://wiki.js.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
|
@ -136,7 +136,7 @@ ynh_app_setting_set $app final_path $final_path
|
|||
git clone https://github.com/Requarks/wiki "$final_path"
|
||||
|
||||
pushd $final_path
|
||||
git checkout tags/2.0.0-beta.11
|
||||
git checkout tags/2.0.0-beta.12
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -88,7 +88,7 @@ path_url=$(ynh_normalize_url_path $path_url)
|
|||
|
||||
pushd $final_path
|
||||
git pull
|
||||
git checkout tags/2.0.0-beta.11
|
||||
git checkout tags/2.0.0-beta.12
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue