diff options
author | Rahil Bhimjiani <me@rahil.rocks> | 2024-05-11 20:04:38 +0530 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-05-12 13:49:24 -0700 |
commit | 4096f920cd90feb2189b3eadd8e072bb6f0dd118 (patch) | |
tree | c7da43c5a2e0d3a52aa7bf2ae9f8fa6d6c7805d5 /net-misc/passt/passt-9999.ebuild | |
parent | app-containers/podman-tui: update to 1.0.1, remove 0.14.0 & 0.17.0 (diff) | |
download | gentoo-4096f920cd90feb2189b3eadd8e072bb6f0dd118.tar.gz gentoo-4096f920cd90feb2189b3eadd8e072bb6f0dd118.tar.bz2 gentoo-4096f920cd90feb2189b3eadd8e072bb6f0dd118.zip |
net-misc/passt: update to 2024.05.10, cleanup
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/36642
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/passt/passt-9999.ebuild')
-rw-r--r-- | net-misc/passt/passt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/passt/passt-9999.ebuild b/net-misc/passt/passt-9999.ebuild index c73a0f7c146b..9e4992ffaab0 100644 --- a/net-misc/passt/passt-9999.ebuild +++ b/net-misc/passt/passt-9999.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="User-mode networking daemons for VMs and namespaces, replacement for Slirp" HOMEPAGE="https://passt.top/" -RELEASE_COMMIT="d03c4e2" +RELEASE_COMMIT="7288448" if [[ ${PV} == 9999* ]]; then inherit git-r3 |