aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2022-09-03 14:33:18 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2022-09-04 21:41:44 +0200
commitfdbec217aa85d54fb1fc9cebdccca839c6789f47 (patch)
tree929ca25242e434f2cdf3ca79830f68be3b8e08d5
parent71208e5204c6dc3d45ec690eb3db1ad42a835ed5 (diff)
community/perl-graphviz: upgrade to 2.25
-rw-r--r--community/perl-graphviz/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/perl-graphviz/APKBUILD b/community/perl-graphviz/APKBUILD
index e247b8ec5d2..925f6c74859 100644
--- a/community/perl-graphviz/APKBUILD
+++ b/community/perl-graphviz/APKBUILD
@@ -3,8 +3,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-graphviz
_pkgreal=GraphViz
-pkgver=2.24
-pkgrel=3
+pkgver=2.25
+pkgrel=0
pkgdesc="Interface to AT&T's GraphViz. Deprecated. See GraphViz2"
url="https://metacpan.org/release/GraphViz/"
arch="noarch"
@@ -15,7 +15,7 @@ depends="
"
makedepends="graphviz ttf-dejavu perl-test-pod"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/$_pkgreal-$pkgver.tgz"
+source="$_pkgreal-$pkgver.tar.gz::https://github.com/graphviz-perl/GraphViz/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
@@ -41,4 +41,6 @@ package() {
-sha512sums="b37d1303c243a306443d5adf35d597f4e259cedaa7956d80bdb47cba811ce94e63da6b42a23d192fa9da628d999f1c023911f3f956a575aeabe673f77f3f01d9 GraphViz-2.24.tgz"
+sha512sums="
+4c469c7eb4863fd0ee9cda1e88288ddcc559910174f134aef7b9edcadcb4a5216c37734cff52e7bb2b35d3bfab6e068794936991be32b9a012b19bbfe8edaabb GraphViz-2.25.tar.gz
+"