diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:21:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-30 00:44:21 +0000 |
commit | 56c9dc76b7185707d8b54bbbe55f5ff8e1bf23fa (patch) | |
tree | e7e7be5921a3148bec0504b5a953997e05e0ee79 | |
parent | 7fc390a8427d68cb95ad392c6c85b1735a3b3196 (diff) |
graphics/jbig2dec: Update to 0.20
- Update MASTER_SITES
Changes: https://github.com/ArtifexSoftware/jbig2dec/releases
https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES
-rw-r--r-- | graphics/jbig2dec/Makefile | 4 | ||||
-rw-r--r-- | graphics/jbig2dec/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index d60f4d55eb03..f8305de0f2c4 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -1,7 +1,7 @@ PORTNAME= jbig2dec -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= graphics devel -MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ +MASTER_SITES= https://github.com/ArtifexSoftware/jbig2dec/releases/download/${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder implementation of the JBIG2 image compression format diff --git a/graphics/jbig2dec/distinfo b/graphics/jbig2dec/distinfo index 3b3f8ae9356a..c4aa02e0807d 100644 --- a/graphics/jbig2dec/distinfo +++ b/graphics/jbig2dec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600177152 -SHA256 (jbig2dec-0.19.tar.gz) = 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37 -SIZE (jbig2dec-0.19.tar.gz) = 572889 +TIMESTAMP = 1696001274 +SHA256 (jbig2dec-0.20.tar.gz) = 7b63ff6470289547e7a3a0f145cb8ea6c2afffdd65645b7d87d3b7febc96fb3a +SIZE (jbig2dec-0.20.tar.gz) = 497524 |