mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
yt-dlp: Update to 2024.5.27
Set PYPI_SOURCE_NAME for downloading. Add python-hatchling as host build dependencies. Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=yt-dlp
|
||||
PKG_VERSION:=2023.12.30
|
||||
PKG_VERSION:=2024.5.27
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=yt-dlp
|
||||
PKG_HASH:=a11862e57721b0a0f0883dfeb5a4d79ba213a2d4c45e1880e9fd70f8e6570c38
|
||||
PKG_HASH:=3566c0de240d0cd3d1c2285ce655f72ca38dfc618d634d46818b00d89d5288be
|
||||
PYPI_SOURCE_NAME:=yt_dlp
|
||||
|
||||
PKG_MAINTAINER:=Michal Vasilek <michal.vasilek@nic.cz>
|
||||
PKG_LICENSE:=Unlicense
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-hatchling/host
|
||||
|
||||
include ../../lang/python/pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/python/python3-package.mk
|
||||
|
||||
Reference in New Issue
Block a user