mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Merge pull request #25 from YunoHost-Apps/0.9.0_update
Update shaarli to version 0.9.0
This commit is contained in:
commit
dff4a1d616
2 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue