From f3a6e7b69efac70b4c6bb699466121fe09f43e15 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 15 Jul 2017 21:53:29 -0500 Subject: [PATCH 1/2] Update to 0.14.32 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0472f1f..c8de257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.31 +ENV VERSION 0.14.32 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \ From 5377c0180cd93e4f75ee9c3272031e13f0b7ad40 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 15 Jul 2017 21:54:00 -0500 Subject: [PATCH 2/2] Version 0.2.5 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f748528..300ac60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,3 +28,6 @@ [0.2.4] * Updated to version 0.14.31 +[0.2.5] +* Updated to version 0.14.32 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 7a66f30..f7ab3bc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "0.2.4", + "version": "0.2.5", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 1a65e05..1a36620 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.30. +This app packages Syncthing v0.14.32. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.