diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2021-01-05 20:52:26 +0800 |
---|---|---|
committer | Jianhui Zhao <zhaojh329@gmail.com> | 2021-01-05 20:52:26 +0800 |
commit | 3a84dac41a91d2d81264f83f92f90ff9e125db17 (patch) | |
tree | d52836542f1eeb59af1372c453dfabaa18df9f52 /utils/rtty/Makefile | |
parent | 8e734a38a50bccd9a4451c7cc0dcb54b0b0be5cb (diff) |
rtty: update to 7.1.5
Signed-off-by: Jianhui Zhao <zhaojh329@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 091d0201b..d6d4ddcf8 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=7.1.4 +PKG_VERSION:=7.1.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION) -PKG_HASH:=f0b8cf4c4d3d4b34d10097fe430d32ab1576edbf41131d27b6b964e078be1716 +PKG_HASH:=12de3a20259e89e7ee227b2e23a2e72f20af230b9670124c1c81044c7ce15a98 CMAKE_INSTALL:=1 PKG_LICENSE:=MIT |