diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-01-31 04:19:06 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-01-31 04:20:31 +0100 |
commit | a50f269411ba6538665ff840e44f5d9eab8b9834 (patch) | |
tree | 955b80606d62def39b6885da19e8b8487cd0a2eb /libs/libextractor | |
parent | 8b7ae5c40d82c5537893446c3e436aa05412fdef (diff) |
libextractor: fix PKG_HASH
Instead of libextractor-1.8.tar.gz, the SHA-256 sum of
libextractor-1.8.tar.gz.sig was entered by accident.
Fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'libs/libextractor')
-rw-r--r-- | libs/libextractor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libextractor/Makefile b/libs/libextractor/Makefile index b9bbc07e4..179bc9a78 100644 --- a/libs/libextractor/Makefile +++ b/libs/libextractor/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=bb0f8abab3c0345a538ed92f24b5bfe8fcf8261e564b37861c7dc0ffc75805f5 +PKG_HASH:=e235a4aa2623fe458f8fcf1dcbb5be4f03df509aacec86a1de1fc7fcca582cfc PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING |