1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-13 00:15:14 +00:00

Compare commits

..

6 Commits

Author SHA1 Message Date
Dennis Schwerdel
88a47bcf1a Update to 0.14.38 2017-09-21 23:06:33 +02:00
Dennis Schwerdel
6be20dbf5e Update to 0.14.37 2017-09-05 18:36:50 +02:00
Girish Ramakrishnan
eeabcd9b30 Merge branch 'update_to_0_14_36' into 'master'
Update to 0 14 36

See merge request !2
2017-08-28 16:24:28 +00:00
Girish Ramakrishnan
f56054506e Version 0.3.2 2017-08-24 11:45:12 -07:00
Girish Ramakrishnan
de4b8ff977 Update to 0.14.36 2017-08-24 11:35:09 -07:00
Girish Ramakrishnan
8c74b83013 Fix the version mess
0.3.0 was released without a changelog since I forgot to check that in
git (?)
2017-08-23 08:53:36 -07:00
4 changed files with 16 additions and 4 deletions

View File

@@ -31,6 +31,18 @@
[0.2.5]
* Updated to version 0.14.32
[0.2.6]
[0.3.0]
* Updated to version 0.14.33
[0.3.1]
* Updated to version 0.14.35
[0.3.2]
* Updated to version 0.14.36
[0.3.3]
* Updated to version 0.14.37
[0.3.4]
* Updated to version 0.14.38

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "0.2.6",
"version": "0.3.4",
"healthCheckPath": "/check",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.35</upstream>.
This app packages Syncthing <upstream>v0.14.38</upstream>.
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.

View File

@@ -28,7 +28,7 @@ RUN ./configure \
--build=cloudron-river
RUN make install
ENV VERSION 0.14.35
ENV VERSION 0.14.38
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \