net-misc/ris-pydot-graph: Correcting SRC_URI
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
5afc457ce1
commit
f3959bbff6
|
@ -1 +1 @@
|
||||||
DIST 0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621
|
DIST ris-pydot-graph-0.1.tar.gz 2476219 BLAKE2B e7a99548937b4a5ed0c61d54c77d13f7e21d3b1ee070142caa4b4027c675f879857fcad0b203d2f42dc82116a3ca43d33d8eb339267505ae4589ea22868fd64f SHA512 eadc61afa6a11358d02901608af2e74632d256acebf5083f811996eb9aeb14b030224692fc7f2d294b3707999ef3bd5a72cce2892475a9c530cdd12075935621
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2020 Gentoo Authors
|
# Copyright 2020-2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
@ -8,7 +8,7 @@ inherit python-r1
|
||||||
|
|
||||||
DESCRIPTION="Draw a graph from RIS BGP data"
|
DESCRIPTION="Draw a graph from RIS BGP data"
|
||||||
HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph"
|
HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph"
|
||||||
SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/0.1.tar.gz"
|
SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
Loading…
Reference in a new issue