dev-python/iocapture: Fix distfile suffix

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-17 20:40:03 +02:00
parent 356ada05b5
commit 65edebf6fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST iocapture-0.1.2.tar.gz 13114 BLAKE2B 4404ed96cda15db41d30c10fd68747e61980c1ee173671ff496ba05af5d122eeebcbd7fa901a8ad43ffd46efe219e437e205236392855d43fa3bfdd1416ca6d9 SHA512 1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567
DIST iocapture-0.1.2.gh.tar.gz 13114 BLAKE2B 4404ed96cda15db41d30c10fd68747e61980c1ee173671ff496ba05af5d122eeebcbd7fa901a8ad43ffd46efe219e437e205236392855d43fa3bfdd1416ca6d9 SHA512 1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567

View File

@@ -15,7 +15,7 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/oinume/iocapture/archive/${PV}.tar.gz
-> ${P}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"