diff options
author | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-03-13 22:57:58 +0800 |
---|---|---|
committer | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-03-13 23:05:14 +0800 |
commit | a5748734073c130af4adc9c62f46308fe163cf96 (patch) | |
tree | c91e7569856bc0c38626432abfd24b8f088bd6c6 /utils/rtty/Makefile | |
parent | 47df65608f0f2da5483b33700023272eddd7c55a (diff) |
rtty: Update to 4.1.0
support execute a command remote
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-rwxr-xr-x | utils/rtty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index 19cf7826e..6505f79c4 100755 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=4.0.0 +PKG_VERSION:=4.1.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL=https://github.com/zhaojh329/rtty.git -PKG_MIRROR_HASH:=57da3aaad0caa4200df7c0e0e56f6f21291ebcb816d9f6398a49b69497c404c3 +PKG_MIRROR_HASH:=7f017a9da0aecd76776fe9ad5d14ab9fb8e6ee303b36f042813de74cd1752888 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |