diff options
author | Michael Heimpold <mhei@heimpold.de> | 2018-11-05 21:00:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 21:00:47 +0100 |
commit | 6b655766de6625e521f1839204e1e96af5dbaa96 (patch) | |
tree | 3dcccf0d76c442dd0a2a4013fb54f9dbe3d584e0 /libs | |
parent | a8288e24ba8663b1156a42b696c9b7e4350e3420 (diff) | |
parent | 853e9d1c388e7fb7c55868240099bc0772aa20f8 (diff) |
Merge pull request #6851 from neheb/patch-4
libextractor: Update to 1.7
Merged after maintainer timeout. I also successfully compile tested for mxs platform.
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libextractor/Makefile b/libs/libextractor/Makefile index 5bb2baac5..89b66cd47 100644 --- a/libs/libextractor/Makefile +++ b/libs/libextractor/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libextractor -PKG_VERSION:=1.6 +PKG_VERSION:=1.7 PKG_RELEASE:=1 # ToDo: @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=26d4adca2e381d2a0c8b3037ec85e094ac5d40485623794466cfc176f5bbf69d +PKG_HASH:=e0a6fde824cf2212c4f217a5e0fc03391251cfb46ca000117f66cf7ae4368e8f PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |