From 6a2e4239ee2d02360e8ead6313cfa404f25ef79e Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Fri, 28 Feb 2020 09:38:18 +0800 Subject: [PATCH] minieap: bump to 0.92.1 commit: 1. misc: fix hex2char reverse 2. config: fix no-auto-reauth wrong value 3. rjv3_hashes: fix detect aarch64 arch error --- package/ntlf9t/minieap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/ntlf9t/minieap/Makefile b/package/ntlf9t/minieap/Makefile index b50135b277..8d2d651c14 100644 --- a/package/ntlf9t/minieap/Makefile +++ b/package/ntlf9t/minieap/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=minieap -PKG_VERSION:=0.9 -PKG_RELEASE:=2 -PKG_REV=71742ef +PKG_VERSION:=0.92 +PKG_RELEASE:=1 +PKG_REV=ddad50c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_REV).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)