mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Upgrade to v1.18.4
This commit is contained in:
parent
7724a8f8bb
commit
1c121386ca
5 changed files with 10 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-arm-v1.18.3.tar.gz
|
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-arm-v1.18.4.tar.gz
|
||||||
SOURCE_SUM=1b4efca06d0c88673b2cdec21b9b1f6cf4a78dbc6aecdba71fdaefe374a0df3d
|
SOURCE_SUM=81c872358ddb364d06a522db219e3368dcc3285b4491e08459b918efd93c31fd
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-arm64-v1.18.3.tar.gz
|
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-arm64-v1.18.4.tar.gz
|
||||||
SOURCE_SUM=05de7d321c651e3874a373f4e281ad56b7e3268cf33c81fe1caace859e9e596f
|
SOURCE_SUM=1fe0f89c8d769689d2e2b676ea5126d660e8c9ecdb62c6cc58b33ffeded34636
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-386-v1.18.3.tar.gz
|
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-386-v1.18.4.tar.gz
|
||||||
SOURCE_SUM=e7d2ab80d7396d2bd17057731ff7b98bf97618f74d714c2ef082c3eb11350899
|
SOURCE_SUM=f7e55a74011253ea4c2cbd3701a4a24ee8a23f78153362fca87ebec747727b06
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.3/syncthing-linux-amd64-v1.18.3.tar.gz
|
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.4/syncthing-linux-amd64-v1.18.4.tar.gz
|
||||||
SOURCE_SUM=4ddade013a801cc26448b5b134ec494c6aab129c446cb211a9e2580f7a5bc6ec
|
SOURCE_SUM=bc43dfb1ab62222933c564822b892515fc724cdddf789a3eebc9ecd902f515df
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,12 +6,11 @@
|
||||||
"en": "Continuous file synchronization program.",
|
"en": "Continuous file synchronization program.",
|
||||||
"fr": "Programme de synchronisation de fichiers en continu."
|
"fr": "Programme de synchronisation de fichiers en continu."
|
||||||
},
|
},
|
||||||
"version": "1.18.3~ynh1",
|
"version": "1.18.4~ynh1",
|
||||||
"url": "https://syncthing.net/",
|
"url": "https://syncthing.net/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"website": "https://syncthing.net",
|
"website": "https://syncthing.net",
|
||||||
|
|
||||||
"userdoc": "https://docs.syncthing.net",
|
"userdoc": "https://docs.syncthing.net",
|
||||||
"code": "https://github.com/syncthing/syncthing"
|
"code": "https://github.com/syncthing/syncthing"
|
||||||
},
|
},
|
||||||
|
@ -33,7 +32,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
|
|
Loading…
Add table
Reference in a new issue