diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-03-05 11:29:10 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-03-05 11:29:22 -0800 |
commit | 33f3e466a9598aaea21fbf2bdf427d30b8f23c14 (patch) | |
tree | 022cd6cf71d1c5467d29bec3e69f0e8d84498532 | |
parent | gnome-extra/gnome-tweaks: Version bump to 40.10 (diff) | |
download | gentoo-33f3e466a9598aaea21fbf2bdf427d30b8f23c14.tar.gz gentoo-33f3e466a9598aaea21fbf2bdf427d30b8f23c14.tar.bz2 gentoo-33f3e466a9598aaea21fbf2bdf427d30b8f23c14.zip |
app-containers/catatonit: Fix BadFilename
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | app-containers/catatonit/Manifest | 2 | ||||
-rw-r--r-- | app-containers/catatonit/catatonit-0.1.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/catatonit/Manifest b/app-containers/catatonit/Manifest index 32720de2595a..d4badead76bb 100644 --- a/app-containers/catatonit/Manifest +++ b/app-containers/catatonit/Manifest @@ -1 +1 @@ -DIST 0.1.7.tar.gz 21720 BLAKE2B ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24 SHA512 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67 +DIST catatonit-0.1.7.tar.gz 21720 BLAKE2B ab73198e55dd06d3d0af04e6eff17a2f1e70ab1c0f9ec35f68f9afe71ce8cd1bdc3320e9728a6d8036c2251fe95028e1aad0838d1c9f51e4cc70e482a1109c24 SHA512 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67 diff --git a/app-containers/catatonit/catatonit-0.1.7.ebuild b/app-containers/catatonit/catatonit-0.1.7.ebuild index 5beb81856a7e..70dfa947de0f 100644 --- a/app-containers/catatonit/catatonit-0.1.7.ebuild +++ b/app-containers/catatonit/catatonit-0.1.7.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="A container init that is so simple it's effectively brain-dead" HOMEPAGE="https://github.com/openSUSE/catatonit" -SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${PV}.tar.gz" +SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" |