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
ysc3839 committed May 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a7e9d08 commit 25a6f04
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
@@ -2,15 +2,15 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=minieap
PKG_VERSION:=0.92.1
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MAINTAINER:=Richard Yu <[email protected]>
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

0 comments on commit 25a6f04

Please sign in to comment.