mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Merge pull request #91 from YunoHost-Apps/upgrade
Upgrade to 1.18.2~ynh1
This commit is contained in:
commit
9e246f5d44
8 changed files with 15 additions and 11 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Continuous file synchronization program.
|
||||
|
||||
**Shipped version:** 1.18.1~ynh1
|
||||
**Shipped version:** 1.18.2~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Programme de synchronisation de fichiers en continu.
|
||||
|
||||
**Version incluse :** 1.18.1~ynh1
|
||||
**Version incluse :** 1.18.2~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -45,6 +45,8 @@
|
|||
upgrade=1 from_commit=3d2f2de9824f4e76c506bb587e4167255ff5f900
|
||||
# 1.18.0~ynh1
|
||||
upgrade=1 from_commit=ba40babc2a4dce4557fc57ab0dd19dc49a70f637
|
||||
# 1.18.1~ynh1
|
||||
upgrade=1 from_commit=3e69fac2078f96ba5a4cb73966345f44a95147bf
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -87,3 +89,5 @@ Notification=all
|
|||
name=1.17.0~ynh1
|
||||
; commit=ba40babc2a4dce4557fc57ab0dd19dc49a70f637
|
||||
name=1.18.0~ynh1
|
||||
; commit=3e69fac2078f96ba5a4cb73966345f44a95147bf
|
||||
name=1.18.1~ynh1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-arm-v1.18.1.tar.gz
|
||||
SOURCE_SUM=69daf6e8d80fbcfc065dec5137b5c94b558bddf471485a584ca08e50864b98d6
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm-v1.18.2.tar.gz
|
||||
SOURCE_SUM=3dfe4ae485f7f60a13725d49f71e52dd468caa44ca49c4999ab7f9e13c52e18a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-arm64-v1.18.1.tar.gz
|
||||
SOURCE_SUM=3f2fb3c796c49096e305d4a28234ecd0165e9c5413122ed01d58194c8634f3a8
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-arm64-v1.18.2.tar.gz
|
||||
SOURCE_SUM=a1e16ca3f023bb5192c7dc9797d5988d508e79ea79833e664f2faa1542c2cbf6
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-386-v1.18.1.tar.gz
|
||||
SOURCE_SUM=3a0dc9d36b83cfac924048db12ac0980f7eabf10c854898ef3bbfe3454c6fe1f
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-386-v1.18.2.tar.gz
|
||||
SOURCE_SUM=6bd99671c7514798516e0aa47a5647054ccf2a245519e9960c1e6154dc44cab7
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.1/syncthing-linux-amd64-v1.18.1.tar.gz
|
||||
SOURCE_SUM=1d2c4180aa610df7b83b33f59a431de8886900afff1d4687e9eda5c1b0520edb
|
||||
SOURCE_URL=https://github.com/syncthing/syncthing/releases/download/v1.18.2/syncthing-linux-amd64-v1.18.2.tar.gz
|
||||
SOURCE_SUM=b0dfebb2c6f7fb42d8db21237bc54c8aad7659942fca25898163afab078a712b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Continuous file synchronization program.",
|
||||
"fr": "Programme de synchronisation de fichiers en continu."
|
||||
},
|
||||
"version": "1.18.1~ynh1",
|
||||
"version": "1.18.2~ynh1",
|
||||
"url": "https://syncthing.net/",
|
||||
"upstream": {
|
||||
"license": "MPL-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue