summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2021-06-02 03:05:21 -0700
committerZac Medico <zmedico@gentoo.org>2021-06-02 03:05:21 -0700
commitbb86635cc609a0fda8cfb2dcb8180ff3e818b8b8 (patch)
tree1ab3fa597deca1e5d7014dc022beeb8e3154ae2a /app-misc
parentdev-python/pypy3: Backport sec fixes to 7.3.4_p2 (diff)
downloadgentoo-bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8.tar.gz
gentoo-bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8.tar.bz2
gentoo-bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8.zip
app-misc/filebus: Bump to version 0.0.5
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/filebus/Manifest2
-rw-r--r--app-misc/filebus/filebus-0.0.5.ebuild (renamed from app-misc/filebus/filebus-0.0.4.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index d58c4966ace1..488baf882ace 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1 @@
-DIST filebus-0.0.4.tar.gz 6528 BLAKE2B 047b3f04105da03785868aa32fdb5fb53b2aa57b0aea81f65440c57ade8d0571327782ed2c4019be576abab5a44781ab454f0d47ea795cf39c4d0a34bf8db85d SHA512 0cb313ea81b93708a09e89a62f33f9e7b4bbb1254e74a6b0757e898c9cb6ffebdfec107a780acff25da31c8761c515826ae6e19fccbc4e0ce6326e4909f1cfd2
+DIST filebus-0.0.5.tar.gz 7030 BLAKE2B 93b9918295800e572894406178d3ceaedc4e8b259a8cd91a87be9f9aab93a7a3476d826adbd6bf996bac3a80d4aca08ab002cd2df482a016ae6fc67e44d60480 SHA512 68f9e3f95621da4ccf0cc30bcd969220622ff5c54bef2db5b2a7cdddc68be6f6af1b63a3a95692e32b6ce44f26f391966af1ad369fd18a40474f265695591520
diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.5.ebuild
index 6fc182eaa2da..77f93fa0d64f 100644
--- a/app-misc/filebus/filebus-0.0.4.ebuild
+++ b/app-misc/filebus/filebus-0.0.5.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
-DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file"
+DESCRIPTION="A user space multicast named pipe implementation backed by a regular file"
HOMEPAGE="https://github.com/zmedico/filebus"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"