mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update to 0.9.3
This commit is contained in:
parent
3adff847a8
commit
0c8f5502f5
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.2**
|
||||
Current version: **0.9.3**
|
||||
|
||||
Maintainer: @Lapineige
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"url": "https://github.com/shaarli/Shaarli",
|
||||
"license": "free",
|
||||
"version": "0.9.2",
|
||||
"version": "0.9.3",
|
||||
"multi_instance": "true",
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
#
|
||||
|
||||
# Shaarli version
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.9.3"
|
||||
|
||||
# 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="f963b7bd2f6696182a9841ba3048a975b6b9bd14174e314943cacf7bde2d961f"
|
||||
SHAARLI_SOURCE_SHA256="a29382bcd94002bf90298969ff1f4ab1da23068173c3d4c6aed6c5e5c7f758f9"
|
||||
|
||||
#
|
||||
# Common helpers
|
||||
|
|
Loading…
Reference in a new issue