summaryrefslogtreecommitdiffstats
path: root/network/youtube-dl/youtube-dl.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2024-01-27 11:32:51 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-03 08:08:54 +0700
commit05a3798f1482fdfe6a5ac6dbbbe6afb6944bd650 (patch)
tree5aeb0e23fe342c04b6a8fd72e8a3673f9c7806a9 /network/youtube-dl/youtube-dl.SlackBuild
parente8a8335321d93301f8b5de677bdf184edab185b1 (diff)
downloadslackbuilds-05a3798f1482fdfe6a5ac6dbbbe6afb6944bd650.tar.gz
slackbuilds-05a3798f1482fdfe6a5ac6dbbbe6afb6944bd650.tar.xz
network/youtube-dl: Updated for version 2021.12.17+20240122_dc512e3a8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/youtube-dl/youtube-dl.SlackBuild')
-rw-r--r--network/youtube-dl/youtube-dl.SlackBuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild
index 24dc489070..6cd1b232de 100644
--- a/network/youtube-dl/youtube-dl.SlackBuild
+++ b/network/youtube-dl/youtube-dl.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for youtube-dl
# Copyright 2010 GPLeo <gpleomail@gmail.com>
# Copyright 2010-2012 byteframe <byteframe@gmail.com>
-# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2024 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,21 +23,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20230627 bkw: Modified by SlackBuilds.org, BUILD=2:
-# - include the man page and shell completions in the package.
-# - get rid of empty (and wrong) /usr/doc/youtube_dl/ dir.
-# - get rid of doinst.sh: there is no need for update-desktop-database as
-# there are no .desktop files in the package.
-
-# Date: 20/06/2023
-# Many Thanks to B. Watson for the tool git2tarxz.sh
-# and for his instructions.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=youtube-dl
-VERSION=${VERSION:-2021.12.17+20230618_07af47960}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2021.12.17+20240122_dc512e3a8}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}