diff options
author | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-12-23 22:01:15 +0800 |
---|---|---|
committer | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-12-23 22:01:15 +0800 |
commit | 255014924dce68c08f2a00c733ea0e17b4e66452 (patch) | |
tree | 37ef209c48aeb7e6874de611f850b9c645b2eedd /utils/rtty/Makefile | |
parent | cb6fc9d7a994e1b67f72992c8a3004e5cb00f624 (diff) |
rtty: update to 6.4.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-rw-r--r-- | utils/rtty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index bdf2cd180..291839b11 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=6.4.0 +PKG_VERSION:=6.4.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_VERSION:=v$(PKG_VERSION) PKG_SOURCE_URL=https://codeload.github.com/zhaojh329/rtty/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=b5f9fc015313170d625f47ae78ff69674a38de70f4c03b021c6a6134e755795f +PKG_HASH:=9f3d792115f268f659c8d3e009591c5e92e2527427623db961f714c59fabe5fb CMAKE_INSTALL:=1 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |