From 1f2ad163581e94b4094efb98e9e5c9c8ed56477c Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 8 Aug 2017 18:23:07 +0200 Subject: [PATCH] Updated to 0.14.35 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 300ac60..09a2780 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,3 +31,6 @@ [0.2.5] * Updated to version 0.14.32 +[0.2.6] +* Updated to version 0.14.35 + diff --git a/CloudronManifest.json b/CloudronManifest.json index f7ab3bc..8a2811f 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.5", + "version": "0.2.6", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 1a36620..5703d59 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.32. +This app packages Syncthing v0.14.35. 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. diff --git a/Dockerfile b/Dockerfile index c8de257..f47a792 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.32 +ENV VERSION 0.14.35 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \