diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-04 01:34:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-04 01:34:29 +0100 |
commit | 74dcbf5a63cafe2678e2a397e1002dd691425200 (patch) | |
tree | 5e08b1abdce069a7da83f1ca4cbe2ae4af56b161 /net-misc/ytmdl | |
parent | 476528d7a16cfe2435b30ebd74783eea6925db5f (diff) |
gentoo auto-resync : 04:04:2025 - 01:34:28
Diffstat (limited to 'net-misc/ytmdl')
-rw-r--r-- | net-misc/ytmdl/Manifest | 2 | ||||
-rw-r--r-- | net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild (renamed from net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/ytmdl/Manifest b/net-misc/ytmdl/Manifest index b325d25f2d66..5f70b3ed6f2d 100644 --- a/net-misc/ytmdl/Manifest +++ b/net-misc/ytmdl/Manifest @@ -1,4 +1,4 @@ AUX ytmdl-2023.11.26-data_files.patch 208 BLAKE2B 51cb77162812f798ce73d3d71d7a1ad113c047b3ed1e75747d09017b400353dc1fd7bd13ab180ad2e33f4d5c52c65330ff841240677b89da45c85e57a4328993 SHA512 66e6b4177c64232878c5ff04d09a931e0d3a51d0f797f5e2186d3c2870f606c6ac54a367abf90fb3805018f01f6ddb79065aa3a543171f1d1cbcc06e813f910c DIST ytmdl-2024.08.15.1.gh.tar.gz 1120362 BLAKE2B ae6bdb8b610f585da7ed15cda298edbbed6a1274459ebb6f13e1afa3a7ed6666e49d7461cf197aa2ac46ca9f989d2d802dd89e83848204395e228d90cc6b9ed0 SHA512 431672b12f4366afd1b6a9dde9e52c14c51db53a7f41eb49a6680590bcf9ec0ca6736506c509262b99ffcf713f940bbb7c903937761ea16bc8dcdc6084201071 -EBUILD ytmdl-2024.08.15.1.ebuild 1644 BLAKE2B f3b9c52427b37c460b1678fd2e49f1553de8bac90c2a4c60e541419bba1f1b8088dc8f608a9175ca4afb9ffb10d6b6f53d26b8d3221586db60f81cd991e24f13 SHA512 ae39a424a3b1a17903dc44a4ea519464ee86aca14db95c982ecab2a3570eb8720dc1e644845915c418cb762c283b93d123bdac13c926bc4eb3eb316c98a4b0bc +EBUILD ytmdl-2024.08.15.1-r1.ebuild 1644 BLAKE2B a2d968224fa165e4e4eda4aea0adf91ce3ee927ae51483071abf3cbc81d068206c9518caf5995ea8a76c73b3437ee330dc794957082a32917bf06599f01671e3 SHA512 7fbfcf1c10d434c56d1652b25b01be887625bf25859256ecef3c88d8ab32cd41c572f19e6eec28b5cce71234c5a1391ba388de19016b7349b6629a1e1281f470 MISC metadata.xml 450 BLAKE2B 9901cfebf346a8874315680cdef3ff19d49a84a812358aa122b99645ccde78f8c3b3ea42b1d16bdfcf9f670a694ebcbd9ce50cbcaefcef11c97eeee85264b442 SHA512 32a761ea39aaf5654523a09bfd5bfc6f4052cd35248439bb46175409085cb13b5fbb0097269785ae11df5701fa785ee564d756af5b00b4ab8112cdf3381f45e3 diff --git a/net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild b/net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild index bfc65d4ded7b..4c056c75ec0f 100644 --- a/net-misc/ytmdl/ytmdl-2024.08.15.1.ebuild +++ b/net-misc/ytmdl/ytmdl-2024.08.15.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit bash-completion-r1 distutils-r1 edo |