Skip to content

Commit

Permalink
Merge pull request openwrt#12651 from aparcar/syncthing-1.6.1
Browse files Browse the repository at this point in the history
syncthing: bump to 1.6.1
  • Loading branch information
neheb authored Jun 30, 2020
2 parents 7843f4d + 1722211 commit 811ff39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/syncthing/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=syncthing
PKG_VERSION:=1.4.0
PKG_RELEASE:=2
PKG_VERSION:=1.6.1
PKG_RELEASE:=0

PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION)
PKG_HASH:=0c45955445752dac43d56bc321fae2140b5b05ad6d41a574ed37813607493edd
PKG_HASH:=f42518d453f7475022b5632420f21a6e0ab8d77f19c29b65ad582bc98e00a0a5

PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)

Expand Down

0 comments on commit 811ff39

Please sign in to comment.