summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-19 10:51:04 +0100
committerSam James <sam@gentoo.org>2024-04-19 11:38:37 +0100
commit02cf464d46362af7eb6fb488a97c2375c6a0735f (patch)
tree69a8b95186efe1ee7622f20e8ec9cd28a9725abf /dev-python/graph-tool/graph-tool-2.58.ebuild
parentdev-libs/log4cplus: switch to smaller distfile (diff)
downloadgentoo-02cf464d46362af7eb6fb488a97c2375c6a0735f.tar.gz
gentoo-02cf464d46362af7eb6fb488a97c2375c6a0735f.tar.bz2
gentoo-02cf464d46362af7eb6fb488a97c2375c6a0735f.zip
dev-python/graph-tool: switch to smaller distfile
Contents are identical modulo a few timestamps. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/graph-tool/graph-tool-2.58.ebuild')
-rw-r--r--dev-python/graph-tool/graph-tool-2.58.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graph-tool/graph-tool-2.58.ebuild b/dev-python/graph-tool/graph-tool-2.58.ebuild
index 002fda98dac3..cc33f7016710 100644
--- a/dev-python/graph-tool/graph-tool-2.58.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git"
inherit autotools git-r3
else
- SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.bz2"
+ SRC_URI="https://downloads.skewed.de/${PN}/${P}.tar.xz"
KEYWORDS="~amd64"
fi