Date: Sat, 30 Sep 2023 00:47:59 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 56c9dc76b718 - main - graphics/jbig2dec: Update to 0.20 Message-ID: <202309300047.38U0lxdP005344@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56c9dc76b7185707d8b54bbbe55f5ff8e1bf23fa commit 56c9dc76b7185707d8b54bbbe55f5ff8e1bf23fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-30 00:21:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-30 00:44:21 +0000 graphics/jbig2dec: Update to 0.20 - Update MASTER_SITES Changes: https://github.com/ArtifexSoftware/jbig2dec/releases https://github.com/ArtifexSoftware/jbig2dec/blob/master/CHANGES --- graphics/jbig2dec/Makefile | 4 ++-- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309300047.38U0lxdP005344>