diff options
author | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-10-18 16:21:56 +0800 |
---|---|---|
committer | Jianhui Zhao <jianhuizhao329@gmail.com> | 2018-10-18 16:21:56 +0800 |
commit | edd1c30fc5d2049583fb0993b992578cb3423316 (patch) | |
tree | 8c1f8be959c7f7915c01f3b3c86dc7bc7074c37b /utils/rtty/Makefile | |
parent | 394ff73e5390599545412d14d48e9185a927dc21 (diff) |
rtty: update to 6.3.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 d2671a790..b34cef6b4 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=6.3.0 +PKG_VERSION:=6.3.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:=8129cc3f2d83db618afb6bfc93e018adf03de156d7e15e087e9ae52ac9dcae2b +PKG_HASH:=1dd7852cd5a3615134dc1c6266157072652592bda847b44cc747ccfcaa27ce2f CMAKE_INSTALL:=1 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |