diff --git a/README.md b/README.md index 1201a26..be5e98c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This app intends to provide to Yunohost'users Shaarli (https://github.com/shaarl It is based on the community version of Shaarli (from @sebsauvage original software). -Current version: **0.8.3** +Current version: **0.9.0** **Warning**: Work In Progress - **not ready for daily use**. (see https://github.com/YunoHost-Apps/shaarli_ynh/tree/v0.0.41beta if you need a stable version). Related topic on Yunohost's forum: https://forum.yunohost.org/t/fr-en-shaarli-app-lets-remove-the-dust/2200/ diff --git a/scripts/_common.sh b/scripts/_common.sh index d2275ba..3210aa5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,14 +3,14 @@ # # Shaarli version -VERSION="0.8.3" +VERSION="0.9.0" # Download shaarli (dependencies included) # Full Shaarli sources tarball URL SHAARLI_SOURCE_URL=https://github.com/shaarli/Shaarli/releases/download/v${VERSION}/shaarli-v${VERSION}-full.tar.gz # Full Shaarli sources tarball checksum -SHAARLI_SOURCE_SHA256="dbf0fd3fbe679ebd642ddef5f5a90244e07beda28d1aedd35ef04f9c7d74068f" +SHAARLI_SOURCE_SHA256="ACE8CF8B6DEE74FC2485B5E91AD0BF061822B7CED4C20D119439616684521CD1" # # Common helpers