mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update shaarli to version 0.9.0
This commit is contained in:
parent
025dfa31d4
commit
15a3ebab7b
1 changed files with 2 additions and 2 deletions
|
@ -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="54c8e8d2998c5ab5ffd08ae8f1fa11276773c16c"
|
||||
|
||||
#
|
||||
# Common helpers
|
||||
|
|
Loading…
Reference in a new issue