diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-13 18:03:03 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-14 23:07:07 +0200 |
commit | 2129579f65456577c11a9e34d955d214c6cac315 (patch) | |
tree | 6398b6823110d814b25ed1ed9db34b8ee9abd35f /graphics/vips | |
parent | 07199c6a2eab200268ca8b7ff5992eaae1ca262b (diff) | |
download | freebsd-ports-2129579f65456577c11a9e34d955d214c6cac315.zip |
graphics/libimagequant: update to 4.2.2
Changes: https://github.com/ImageOptim/libimagequant/compare/4.2.1...4.2.2
Reported by: Repology, portscout
Diffstat (limited to 'graphics/vips')
-rw-r--r-- | graphics/vips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 4493e1dc3b96..f349e0db96b5 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -1,6 +1,6 @@ PORTNAME= vips PORTVERSION= 8.14.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ |