diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-06-18 20:38:05 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:48:02 +0700 |
commit | f3fb46d469b5594339d9ead75ec82e1ccd1cf4fd (patch) | |
tree | c66028b9a86fb6583f233142c9eecc782622bd7a /graphics/CairoSVG | |
parent | ff6eb718d19da8da60bb37e13d819be88e53a8ed (diff) |
graphics/CairoSVG: Updated for version 2.7.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/CairoSVG')
-rw-r--r-- | graphics/CairoSVG/CairoSVG.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/CairoSVG/CairoSVG.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/CairoSVG/CairoSVG.SlackBuild b/graphics/CairoSVG/CairoSVG.SlackBuild index c5b5ad5031c3..6dc5c839b081 100644 --- a/graphics/CairoSVG/CairoSVG.SlackBuild +++ b/graphics/CairoSVG/CairoSVG.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CairoSVG -# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=CairoSVG -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/CairoSVG/CairoSVG.info b/graphics/CairoSVG/CairoSVG.info index ad970646bd75..3cc38afe6897 100644 --- a/graphics/CairoSVG/CairoSVG.info +++ b/graphics/CairoSVG/CairoSVG.info @@ -1,8 +1,8 @@ PRGNAM="CairoSVG" -VERSION="2.5.0" +VERSION="2.7.0" HOMEPAGE="https://cairosvg.org" -DOWNLOAD="https://files.pythonhosted.org/packages/26/f5/d8fb11ac3ac613cae21f6860d9bebc12792240f7d22e62f84354dc365e7e/CairoSVG-2.5.0.tar.gz" -MD5SUM="7b45e544969455167ce5b40406c25c30" +DOWNLOAD="https://files.pythonhosted.org/packages/a8/e1/a69d14425d125fcac173c68b445816d3a539bb95a09edd620108bdc9348e/CairoSVG-2.7.0.tar.gz" +MD5SUM="df4c6ffbc62103539afba05a253f3085" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-cairocffi cssselect2 python3-defusedxml" |