From 3adff847a80d87a0ebbfdbb5120edb02ae2205d4 Mon Sep 17 00:00:00 2001 From: MKody Date: Wed, 25 Oct 2017 14:27:59 +0200 Subject: [PATCH 1/3] Update to 0.9.2 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 693da7b..69fb45a 100644 --- a/README.md +++ b/README.md @@ -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.2** Maintainer: @Lapineige diff --git a/manifest.json b/manifest.json index dcfca42..b59bd11 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ }, "url": "https://github.com/shaarli/Shaarli", "license": "free", - "version": "0.8.3", + "version": "0.9.2", "multi_instance": "true", "arguments": { "install" : [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 3210aa5..626c173 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,14 +3,14 @@ # # Shaarli version -VERSION="0.9.0" +VERSION="0.9.2" # 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="f963b7bd2f6696182a9841ba3048a975b6b9bd14174e314943cacf7bde2d961f" # # Common helpers From 0c8f5502f5b9df14d569cfc1ce0af5e1dbe37b0e Mon Sep 17 00:00:00 2001 From: MKody Date: Fri, 19 Jan 2018 09:51:29 +0100 Subject: [PATCH 2/3] Update to 0.9.3 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69fb45a..c1fa747 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index b59bd11..c35bd53 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 626c173..31c708e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 From 2afb5d1fdaf4601c2ab288564cc3977a03fcd8c2 Mon Sep 17 00:00:00 2001 From: MKody Date: Thu, 3 May 2018 19:11:22 +0200 Subject: [PATCH 3/3] Update to 0.9.6 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1fa747..39f1c8d 100644 --- a/README.md +++ b/README.md @@ -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.3** +Current version: **0.9.6** Maintainer: @Lapineige diff --git a/manifest.json b/manifest.json index c35bd53..0097dea 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ }, "url": "https://github.com/shaarli/Shaarli", "license": "free", - "version": "0.9.3", + "version": "0.9.6", "multi_instance": "true", "arguments": { "install" : [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 31c708e..efb9c12 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,14 +3,14 @@ # # Shaarli version -VERSION="0.9.3" +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="a29382bcd94002bf90298969ff1f4ab1da23068173c3d4c6aed6c5e5c7f758f9" +SHAARLI_SOURCE_SHA256="a4f00b428b31b1a26aec199eb20165861ed5aff50e40173d0babcb85504a256e" # # Common helpers