We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308892f commit 3d33860Copy full SHA for 3d33860
README.md
@@ -1,7 +1,5 @@
1
# openwrt-package
2
3
-源码是我的,我强push又关你什么事?求你用了?我删了都行~!
4
-
5
[OP讨论交流群](https://t.me/opdiscuss)
6
7
本源码兼容[官方](https://github.com/openwrt/openwrt)和[大雕Lean](https://github.com/coolsnowwolf/lede)源码
package/syncthing/Makefile
@@ -26,7 +26,7 @@ ifeq ($(ARCH),aarch64)
26
endif
27
28
PKG_NAME:=syncthing
29
-PKG_VERSION:=v1.3.2
+PKG_VERSION:=v1.3.3
30
PKG_RELEASE:=2
31
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
32
PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_SYNCTHING)-$(PKG_VERSION).tar.gz
0 commit comments