aboutsummaryrefslogtreecommitdiff
path: root/utils/rtty
diff options
context:
space:
mode:
authorJianhui Zhao <jianhuizhao329@gmail.com>2018-03-15 22:46:00 +0800
committerJianhui Zhao <jianhuizhao329@gmail.com>2018-03-15 22:47:00 +0800
commita94df6a5533b216021ebc55fca374ce488a8d142 (patch)
tree9e77920370e9d672c337d3b3534149c3f215055a /utils/rtty
parenta296a374c63d5316e167bf0845fbea704995c017 (diff)
rtty: update to v4.1.1
f056af0 Fix bug: double free when execute a command timeout 69260b6 Fix bug: Error class did not match the server Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Diffstat (limited to 'utils/rtty')
-rwxr-xr-xutils/rtty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile
index 6505f79c4..1ab500333 100755
--- a/utils/rtty/Makefile
+++ b/utils/rtty/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rtty
-PKG_VERSION:=4.1.0
+PKG_VERSION:=4.1.1
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:=7f017a9da0aecd76776fe9ad5d14ab9fb8e6ee303b36f042813de74cd1752888
+PKG_MIRROR_HASH:=2689ffafc7a6b2e649173edff802ec6d7c8476f1998497fca36a26c21fdcdc1c
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)