mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
commit
f3fc67d34f
2 changed files with 13 additions and 13 deletions
4
.github/workflows/updater.sh
vendored
4
.github/workflows/updater.sh
vendored
|
@ -10,7 +10,7 @@
|
||||||
# automatic actions when a new upstream release is detected.
|
# automatic actions when a new upstream release is detected.
|
||||||
|
|
||||||
# Remove this exit command when you are ready to run this Action
|
# Remove this exit command when you are ready to run this Action
|
||||||
exit 1
|
#exit 1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||||
|
@ -63,7 +63,7 @@ echo "Handling asset at $asset_url"
|
||||||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||||
# Leave $src empty to ignore the asset
|
# Leave $src empty to ignore the asset
|
||||||
case $asset_url in
|
case $asset_url in
|
||||||
*".tar.gz"*)
|
*".tar.gz")
|
||||||
src="app"
|
src="app"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -18,18 +18,18 @@ nodejs_version=14
|
||||||
mypads_version=1.7.22
|
mypads_version=1.7.22
|
||||||
|
|
||||||
# Plugin versions
|
# Plugin versions
|
||||||
ep_align_version=0.3.49
|
ep_align_version=0.3.50
|
||||||
ep_author_hover_version=0.3.35
|
ep_author_hover_version=0.3.36
|
||||||
ep_comments_page_version=0.1.98
|
ep_comments_page_version=1.0.2
|
||||||
ep_countable_version=0.0.11
|
ep_countable_version=0.0.13
|
||||||
ep_delete_empty_pads_version=0.0.8
|
ep_delete_empty_pads_version=0.0.9
|
||||||
ep_font_color_version=0.0.60
|
ep_font_color_version=0.0.61
|
||||||
ep_headings2_version=0.2.42
|
ep_headings2_version=0.2.42
|
||||||
ep_markdown_version=0.1.49
|
ep_markdown_version=0.1.50
|
||||||
ep_spellcheck_version=0.0.42
|
ep_spellcheck_version=0.0.43
|
||||||
ep_subscript_and_superscript_version=0.2.43
|
ep_subscript_and_superscript_version=0.2.45
|
||||||
ep_table_of_contents_version=0.3.39
|
ep_table_of_contents_version=0.3.40
|
||||||
ep_font_size_version=0.4.41
|
ep_font_size_version=0.4.42
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue