1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Merge pull request #164 from YunoHost-Apps/plugins

Update _common.sh
This commit is contained in:
Éric Gaspar 2022-04-15 08:19:47 +02:00 committed by GitHub
commit f3fc67d34f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -10,7 +10,7 @@
# automatic actions when a new upstream release is detected.
# Remove this exit command when you are ready to run this Action
exit 1
#exit 1
#=================================================
# 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)
# Leave $src empty to ignore the asset
case $asset_url in
*".tar.gz"*)
*".tar.gz")
src="app"
;;
esac

View file

@ -18,18 +18,18 @@ nodejs_version=14
mypads_version=1.7.22
# Plugin versions
ep_align_version=0.3.49
ep_author_hover_version=0.3.35
ep_comments_page_version=0.1.98
ep_countable_version=0.0.11
ep_delete_empty_pads_version=0.0.8
ep_font_color_version=0.0.60
ep_align_version=0.3.50
ep_author_hover_version=0.3.36
ep_comments_page_version=1.0.2
ep_countable_version=0.0.13
ep_delete_empty_pads_version=0.0.9
ep_font_color_version=0.0.61
ep_headings2_version=0.2.42
ep_markdown_version=0.1.49
ep_spellcheck_version=0.0.42
ep_subscript_and_superscript_version=0.2.43
ep_table_of_contents_version=0.3.39
ep_font_size_version=0.4.41
ep_markdown_version=0.1.50
ep_spellcheck_version=0.0.43
ep_subscript_and_superscript_version=0.2.45
ep_table_of_contents_version=0.3.40
ep_font_size_version=0.4.42
#=================================================
# PERSONAL HELPERS