diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2024-02-20 22:13:31 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-21 17:41:24 +0800 |
commit | e25601efe4bf9d6c64913634645cde11e6064abe (patch) | |
tree | a492b4c9be81635ac7f192cae4c972ddfb9ace22 /utils/rtty/Makefile | |
parent | 5d5a1bc4792acf4b367b08980b465d2bc79e1a52 (diff) |
rtty: update to 8.1.1
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 a9765eeb5..3ace47d57 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=8.1.0 +PKG_VERSION:=8.1.1 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:=e634939bae62bf3d52ceebae5df00179629d214634b93464eeb2294406512b30 +PKG_HASH:=077dd5d2939db2c09419aaba56cb99bf3cdd14ec4e88e99c7ff9e50df8a3d7f1 PKG_MAINTAINER:=Jianhui Zhao <zhaojh329@gmail.com> PKG_LICENSE:=MIT |