youtube-dl: switch from PKG_MD5SUM to PKG_HASH
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
This commit is contained in:
parent
7a8481cb4a
commit
3d9f812dfa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue