Merge pull request #6876 from heitbaum/syncthing

syncthing: update to 1.21.0 and addon (121)
This commit is contained in:
CvH 2022-09-08 12:24:38 +02:00 committed by GitHub
commit ab024e99eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="go" PKG_NAME="go"
PKG_VERSION="1.18.5" PKG_VERSION="1.19.1"
PKG_SHA256="30c07c08c9b9a79d652272ac3298c249a810a4c908e8937cf5e58d2414af1cc3" PKG_SHA256="884439c3de751c705e47a120af6b92b65770a952a7b8788244bc6d73b2548c3e"
PKG_LICENSE="BSD" PKG_LICENSE="BSD"
PKG_SITE="https://golang.org" PKG_SITE="https://golang.org"
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"

View File

@ -1,3 +1,6 @@
121
- update to 1.21.0
120 120
- update to 1.20.1 - update to 1.20.1

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="syncthing" PKG_NAME="syncthing"
PKG_VERSION="1.20.1" PKG_VERSION="1.21.0"
PKG_SHA256="a88fabaea11a8df5cc134075c37dc87f1fb33b48d3d8afb1dc8ea11b3c0925bc" PKG_SHA256="e70d70c7962383973acdbc2eb184548ae87de22ac6854045982c7960b8260450"
PKG_REV="120" PKG_REV="121"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MPLv2" PKG_LICENSE="MPLv2"
PKG_SITE="https://syncthing.net/" PKG_SITE="https://syncthing.net/"