youtube-dl: update to version 2019.7.12 9455/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 11 Jul 2019 19:19:28 +0000 (21:19 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 11 Jul 2019 19:19:28 +0000 (21:19 +0200)
Makefile reordering to be more consistent with other packages

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
multimedia/youtube-dl/Makefile

index ff7aee00d3974c437fb2d42714eedc457e2329ce..ef437b5683cbbbd2f36cb2b20416251dae8c82f0 100644 (file)
@@ -8,18 +8,17 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=youtube-dl
-PKG_VERSION:=2019.7.2
+PKG_VERSION:=2019.7.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=youtube_dl-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/y/youtube_dl/
-PKG_HASH:=829fc833d8cc4a24c883fa49fd450d06b29fb17cddcb885314af92da220234f1
-
+PKG_HASH:=0bba12de913c4aa31052faa3e21c641973554ab0ab1f6d45d5609598e08e5f7a
 PKG_BUILD_DIR:=$(BUILD_DIR)/youtube_dl-$(PKG_VERSION)
 
+PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
 PKG_LICENSE:=Unlicense
 PKG_LICENSE_FILES:=LICENSE
-PKG_MAINTAINER:=Adrian Panella <ianchi74@outlook.com>, Josef Schlehofer <pepe.schlehofer@gmail.com>
 
 include $(INCLUDE_DIR)/package.mk
 include ../../lang/python/python3-package.mk