diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-11-10 19:18:36 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-11-10 19:18:36 +0100 |
commit | a90a425be6b8e8a41f857d4f703a1a462512ce04 (patch) | |
tree | 41cdd1f027eda29c6d9ae9250b73f4ca9f6768f4 /app-admin/ttyplot | |
parent | dev-util/glslang: Bump 9999 slot (diff) | |
download | gentoo-a90a425be6b8e8a41f857d4f703a1a462512ce04.tar.gz gentoo-a90a425be6b8e8a41f857d4f703a1a462512ce04.tar.bz2 gentoo-a90a425be6b8e8a41f857d4f703a1a462512ce04.zip |
app-admin/ttyplot: Fix mirror filename
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-admin/ttyplot')
-rw-r--r-- | app-admin/ttyplot/Manifest | 2 | ||||
-rw-r--r-- | app-admin/ttyplot/ttyplot-1.5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest index ccf1665f40c1..4a636cae7e8e 100644 --- a/app-admin/ttyplot/Manifest +++ b/app-admin/ttyplot/Manifest @@ -1 +1 @@ -DIST 1.5.1.gh.tar.gz 43629 BLAKE2B 98c46c27587a6ed98f7ed146b402dcbb6f5835f2f34780ccd706dc56b674dec3792dfb8bf84c8d260c040952ef0431341df09c16d032f32d4621c5f3971857d7 SHA512 3eb255375366bc3a773364388dc709f4f5b9961e1c99404dfd192503b20a8eb064f5089811b8c894a8214f84d24e14d040adb0b34712915311eb28972586bf0b +DIST ttyplot-1.5.1.gh.tar.gz 43629 BLAKE2B 98c46c27587a6ed98f7ed146b402dcbb6f5835f2f34780ccd706dc56b674dec3792dfb8bf84c8d260c040952ef0431341df09c16d032f32d4621c5f3971857d7 SHA512 3eb255375366bc3a773364388dc709f4f5b9961e1c99404dfd192503b20a8eb064f5089811b8c894a8214f84d24e14d040adb0b34712915311eb28972586bf0b diff --git a/app-admin/ttyplot/ttyplot-1.5.1.ebuild b/app-admin/ttyplot/ttyplot-1.5.1.ebuild index 17db22ea1f97..31b1533c83eb 100644 --- a/app-admin/ttyplot/ttyplot-1.5.1.ebuild +++ b/app-admin/ttyplot/ttyplot-1.5.1.ebuild @@ -5,7 +5,7 @@ EAPI="8" DESCRIPTION="Realtime plotting utility with data input from stdin" HOMEPAGE="https://github.com/tenox7/ttyplot" -SRC_URI="https://github.com/tenox7/ttyplot/archive/refs/tags/${PV}.tar.gz -> ${PV}.gh.tar.gz" +SRC_URI="https://github.com/tenox7/ttyplot/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" |