diff options
author | 2022-11-08 22:48:56 +0000 | |
---|---|---|
committer | 2022-11-08 22:48:56 +0000 | |
commit | 59d85dadc81c939dbfade06f1c68a92b9653311b (patch) | |
tree | 6f53658cbf32f9a97b27c2982bf34fe6bff1108e /www-apps/xpra-html5 | |
parent | sys-devel/clang-common: drop -Werror=deprecated-non-prototype for 15.x, promo... (diff) | |
download | gentoo-59d85dadc81c939dbfade06f1c68a92b9653311b.tar.gz gentoo-59d85dadc81c939dbfade06f1c68a92b9653311b.tar.bz2 gentoo-59d85dadc81c939dbfade06f1c68a92b9653311b.zip |
www-apps/xpra-html5: Bump to 6.1, drop old 6.0
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps/xpra-html5')
-rw-r--r-- | www-apps/xpra-html5/Manifest | 2 | ||||
-rw-r--r-- | www-apps/xpra-html5/xpra-html5-6.1.ebuild (renamed from www-apps/xpra-html5/xpra-html5-6.0.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest index ebb5d888cd27..66a0968af5f7 100644 --- a/www-apps/xpra-html5/Manifest +++ b/www-apps/xpra-html5/Manifest @@ -1,2 +1,2 @@ DIST xpra-html5-5.0.tar.gz 1570694 BLAKE2B aef7b818aa618c143701993627e629884b5e696c7334e6b75701a20028f18aced5e3249505ac031d6cd0a08d79ca2b9728afdb2e90712fcbe45d43d02598f608 SHA512 8318c6dd8f8f53d0a132272c2bb8c69e8ba928f2f267679aee48cec4598faa828788a219dfa342162e1fcf8159bf46b44d50db57180f1aa972edd67fa43e9cd5 -DIST xpra-html5-6.0.tar.gz 1417240 BLAKE2B c887d88c97f4925c511e4120556b98329c205e5fecb8189d615028b4e982d829c9d5649beb646a3f2f0ca42138dd8c26fdb86a2c2c2ee85834e88d14ce8ae1cc SHA512 e5c923df17f25e065ca90499ead4cd33057bf8c2a06aa3b8d4c74e2b3a083b69b525f2dd4d01267168fe5bd8211035067bf952802a64c198dc21106dc7aa384f +DIST xpra-html5-6.1.tar.gz 1416380 BLAKE2B ba0e2bdcae91b30a1f46655dc505f5338cd8c516414f55871c6bc01b6bdcd81d351d66c575c6a7a219cb0c29e7da17e8db558b928dc89067b5ad3289520005f2 SHA512 3539c235f38a66f0a8eaea679df4b4bb4a1ef778ab31baf705acc29b0d4b3998ae84081eeac085db973d170afaa1ee0f167124efc3e48266145fdbef255a6bf5 diff --git a/www-apps/xpra-html5/xpra-html5-6.0.ebuild b/www-apps/xpra-html5/xpra-html5-6.1.ebuild index 5c2270895f63..7171797b5b73 100644 --- a/www-apps/xpra-html5/xpra-html5-6.0.ebuild +++ b/www-apps/xpra-html5/xpra-html5-6.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10,11} ) inherit python-any-r1 DESCRIPTION="HTML5 client to connect to any xpra server" |