Browse Source

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.
lilik-openwrt-22.03
Michael Heimpold 6 years ago
committed by GitHub
parent
commit
6b655766de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libextractor/Makefile

+ 2
- 2
libs/libextractor/Makefile View File

@ -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


Loading…
Cancel
Save