Browse Source

Merge pull request #7983 from BKPepe/youtube-dl

youtube-dl: update to version 2019.01.17
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
c7426b1823
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      multimedia/youtube-dl/Makefile

+ 3
- 3
multimedia/youtube-dl/Makefile View File

@ -8,17 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=youtube-dl
PKG_VERSION:=2019.01.10
PKG_VERSION:=2019.01.17
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rg3/youtube-dl/tar.gz/$(PKG_VERSION)?
PKG_HASH:=3101815590f49571f3631b647b8c717bcc1820d9630f2bb57dbcd3f037f9f2a3
PKG_HASH:=28fd052768990b19ffb1e72034ae2fc1c35b9537b3bf8e0f735194aeb92f21ee
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=Unlicense
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>
PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
PKG_BUILD_DEPENDS:=python/host zip/host


Loading…
Cancel
Save