mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/jbig2dec: bump to version 0.19.0
This bump is needed to fix build with ghostscript 9.53.0 Fixes: - http://autobuild.buildroot.org/results/fbcc2fa29f3736f78212cb4b3869ffaeefda7a33 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b2df73ef84
commit
f4d3dc9bc1
@ -1,7 +1,7 @@
|
||||
# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/MD5SUMS
|
||||
# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/MD5SUMS
|
||||
# and SHA512SUMS are missing the hashes for this file.
|
||||
# Locally computed:
|
||||
sha256 9e19775237350e299c422b7b91b0c045e90ffa4ba66abf28c8fb5eb005772f5e jbig2dec-0.18.tar.gz
|
||||
sha256 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37 jbig2dec-0.19.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9 LICENSE
|
||||
|
@ -4,8 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
JBIG2DEC_VERSION = 0.18
|
||||
JBIG2DEC_SITE = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952
|
||||
JBIG2DEC_VERSION = 0.19
|
||||
JBIG2DEC_SITE = \
|
||||
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530
|
||||
JBIG2DEC_LICENSE = AGPL-3.0+
|
||||
JBIG2DEC_LICENSE_FILES = LICENSE
|
||||
JBIG2DEC_INSTALL_STAGING = YES
|
||||
|
Loading…
Reference in New Issue
Block a user