Skip to content

Commit

Permalink
Update source version to fix detect aarch64 arch error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc3839 committed May 18, 2019
1 parent f00b144 commit af948d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=minieap-gzhu
PKG_VERSION:=0.92.1
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/ysc3839/minieap.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=7f7f83ebff3143dfa8dedfb59c9df169c04de5fe
PKG_SOURCE_VERSION:=acc940706d8821d0114b9f93319973165900b595
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit af948d7

Please sign in to comment.