Browse Source

youtube-dl: switch from PKG_MD5SUM to PKG_HASH

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
lilik-openwrt-22.03
Adrian Panella 8 years ago
parent
commit
3d9f812dfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/youtube-dl/Makefile

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

@ -13,7 +13,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://yt-dl.org/downloads/$(PKG_VERSION)/
PKG_MD5SUM:=1f9b35f2c767374967d0afef08132fe2
PKG_HASH:=7ca5143fb2b5d41a9752a4c866cac3f2f261174e
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_LICENSE:=Unlicense


Loading…
Cancel
Save