mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
commit
480c565036
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ This app intends to provide to Yunohost's users Shaarli (https://github.com/shaa
|
|||
|
||||
It is based on the community version of Shaarli (from @sebsauvage original software).
|
||||
|
||||
Current version: **0.9.0**
|
||||
Current version: **0.9.6**
|
||||
|
||||
Maintainer: @Lapineige
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"url": "https://github.com/shaarli/Shaarli",
|
||||
"license": "free",
|
||||
"version": "0.8.3",
|
||||
"version": "0.9.6",
|
||||
"multi_instance": "true",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
#
|
||||
|
||||
# Shaarli version
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.9.6"
|
||||
|
||||
# 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="ACE8CF8B6DEE74FC2485B5E91AD0BF061822B7CED4C20D119439616684521CD1"
|
||||
SHAARLI_SOURCE_SHA256="a4f00b428b31b1a26aec199eb20165861ed5aff50e40173d0babcb85504a256e"
|
||||
|
||||
#
|
||||
# Common helpers
|
||||
|
|
Loading…
Reference in a new issue