diff options
author | 2020-12-20 23:26:18 +0100 | |
---|---|---|
committer | 2020-12-22 13:51:01 +0100 | |
commit | 9870aa3528d6610888495c4106974e50bb9ccd24 (patch) | |
tree | b205eff03a174994aff0c233a3c09f69b343b584 | |
parent | f78858b9ea122d8636384af02e399dbba52d4b89 (diff) | |
download | buildroot-9870aa3528d6610888495c4106974e50bb9ccd24.tar.gz buildroot-9870aa3528d6610888495c4106974e50bb9ccd24.tar.bz2 |
package/ghostscript: bump to version 9.53.3
https://www.ghostscript.com/doc/9.53.3/News.htm
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d1c5397e9e7576ededb25c6d48b45f5783977615)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ghostscript/ghostscript.hash | 4 | ||||
-rw-r--r-- | package/ghostscript/ghostscript.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/ghostscript/ghostscript.hash b/package/ghostscript/ghostscript.hash index 143b28014d..f6cedc6198 100644 --- a/package/ghostscript/ghostscript.hash +++ b/package/ghostscript/ghostscript.hash @@ -1,5 +1,5 @@ -# From https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9532/SHA512SUMS -sha512 73aa6013aeecbd1345317a40349089a2f19a2205fc11b8ca0b619df1e91f2ca8b03efc09be9e079cb5ab8e1b838aa2236349cd1c177217c14308242f99138ae4 ghostscript-9.53.2.tar.gz +# From https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/SHA512SUMS +sha512 c142ef9d83896aa8fd18c8e412220fe8f4950614be00d327d27ab051fe85e16524bf2ee00f46c2aca7a352ce47bc3acf2c4de0f7bbea7e4c55474b8af6cdc0a6 ghostscript-9.53.3.tar.gz # Hash for license file: sha256 6f852249f975287b3efd43a5883875e47fa9f3125e2f1b18b5c09517ac30ecf2 LICENSE diff --git a/package/ghostscript/ghostscript.mk b/package/ghostscript/ghostscript.mk index e8d35a50bc..e6842631f2 100644 --- a/package/ghostscript/ghostscript.mk +++ b/package/ghostscript/ghostscript.mk @@ -4,7 +4,7 @@ # ################################################################################ -GHOSTSCRIPT_VERSION = 9.53.2 +GHOSTSCRIPT_VERSION = 9.53.3 GHOSTSCRIPT_SITE = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs$(subst .,,$(GHOSTSCRIPT_VERSION)) GHOSTSCRIPT_LICENSE = AGPL-3.0 GHOSTSCRIPT_LICENSE_FILES = LICENSE |