diff --git a/openwrt/freewtp/Makefile b/openwrt/freewtp/Makefile index bb8ea0e..4a681f8 100644 --- a/openwrt/freewtp/Makefile +++ b/openwrt/freewtp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freewtp -PKG_VERSION:=1.3.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.0 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/travelping/freewtp.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8cc6559f08b0b21dd501a46dd3079b8901a0ff34 +PKG_SOURCE_VERSION:=a631f89729604f77a4907e5597bf15dd916f1e33 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)