1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update to 2.4.2

@JimboJoe : I'm not sure about this one, should we compare to 2.4.2, 2.4.0, something else ?
This commit is contained in:
lapineige 2021-04-07 09:05:45 +02:00 committed by GitHub
parent 9e794bc8bf
commit 0633e3be50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,8 +172,8 @@ then
$php_exec cache:clear $php_exec cache:clear
current_upstream_version="$(ynh_app_upstream_version --manifest="/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json")" current_upstream_version="$(ynh_app_upstream_version --manifest="/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json")"
if dpkg --compare-versions "2.4.0" gt "$current_upstream_version"; then if dpkg --compare-versions "2.4.2" gt "$current_upstream_version"; then
ynh_script_progression --message="Ensuring upgrade compatibility to Wallabag 2.4.0..." ynh_script_progression --message="Ensuring upgrade compatibility to Wallabag 2.4.x..."
# Generate hashed URLs for faster check # Generate hashed URLs for faster check
# TODO does it take much time... ? # TODO does it take much time... ?