diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2020-02-11 09:12:24 +0800 |
---|---|---|
committer | Jianhui Zhao <zhaojh329@gmail.com> | 2020-02-11 14:01:41 +0800 |
commit | 155b81547ff97f1d0f29169c2145e99f34bf0716 (patch) | |
tree | 97dcf6a28ad3c1c8d186788f52476f7f17cb6687 /utils/rtty/Makefile | |
parent | 1f26fad34aab86ee594d5876ee853951bf06005f (diff) |
rtty: update to 7.1.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-rw-r--r-- | utils/rtty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index e119b765d..4b6a536cd 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=7.1.0 -PKG_RELEASE:=1 +PKG_VERSION:=7.1.1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION) -PKG_HASH:=7e3910f0d9d68f1792d445de6b08c740dc4af53258275dc8294aa2d18b455bec +PKG_HASH:=05cc5fcf126041f3bc79d92123ff2a19da25806f77fc12286498ee85da139a74 CMAKE_INSTALL:=1 PKG_LICENSE:=MIT |