diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:10:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:10:49 +0000 |
commit | 893c3f182a6f95612c17a92674424dcec3ca229a (patch) | |
tree | f64996d25732545e6b07915f04ae52c53afc579c | |
parent | b501989134adf3a1b4de0912645d285123745278 (diff) |
graphics/GraphicsMagick: Use .tar.zst instead of .tar.bz2
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index cd67ec91db0b..56891ae4c089 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -12,7 +12,7 @@ COMMENT= Fast image processing tools based on ImageMagick LICENSE= MIT -USES= cpe libtool localbase pathfix pkgconfig tar:bzip2 +USES= cpe libtool localbase pathfix pkgconfig tar:zst CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index b2f3c412237c..e94c3ae11034 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649423676 -SHA256 (GraphicsMagick-1.3.38.tar.bz2) = 040ff30a2a9decc44ba67eb70da66b688841fc95fa9de9fcd3f41083378864ff -SIZE (GraphicsMagick-1.3.38.tar.bz2) = 8117675 +TIMESTAMP = 1653151044 +SHA256 (GraphicsMagick-1.3.38.tar.zst) = 13c366f1659df20430e09e09d7d66a3bdcaf0a0ca4e51407e574cc693f7ba702 +SIZE (GraphicsMagick-1.3.38.tar.zst) = 6097575 |