diff options
author | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-06-14 16:50:56 +0800 |
---|---|---|
committer | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-06-14 16:50:56 +0800 |
commit | 5d2751ab7aa3dced166af4a0521760f9b7cd8744 (patch) | |
tree | e9abd2128142506cfa9f9dcad022e417a06987eb /utils/rtty/Makefile | |
parent | 996773d366742bf04555fa275fdf42275897f109 (diff) |
rtty: Update to 5.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-rwxr-xr-x | utils/rtty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index b86124a74..4d06e53ea 100755 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=4.1.2 -PKG_RELEASE:=1 +PKG_VERSION:=5.0.2 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL=https://github.com/zhaojh329/rtty.git -PKG_MIRROR_HASH:=f0791728f21815cd2164889a494c14be2f7683c4200193a6270e9ff9b70a5ad6 +PKG_MIRROR_HASH:=d6ab0fdccc6ab46a3400aed0e984d7f447a90662cde6a58ff2dcb6929acb6402 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) @@ -31,7 +31,7 @@ define Package/rtty/default CATEGORY:=Utilities SUBMENU:=Terminal TITLE:=A reverse proxy WebTTY - DEPENDS:=+libblobmsg-json + DEPENDS:=+libprotobuf-c endef define Package/rtty/default/description |