New commits:
commit 7be72c04d805f51041d175a7ce60534b61ae2ce2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
youtube-dl: Remove irrelevant text from long description
commit e84f00fcb99b1f341853c4748c3ef23ae414ff88
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
youtube-dl 2013.07.12
diff --git a/utils/youtube-dl/DETAILS b/utils/youtube-dl/DETAILS
index fefb956..98eba96 100755
--- a/utils/youtube-dl/DETAILS
+++ b/utils/youtube-dl/DETAILS
@@ -1,10 +1,9 @@
SPELL=youtube-dl
- VERSION=2012.09.27
+ VERSION=2013.07.12
SOURCE=$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://github.com/rg3/youtube-dl/raw/$VERSION/$SOURCE
- SOURCE_HINTS[0]="no-check-certificate"
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_URL[0]=http://youtube-dl.org/downloads/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:37925046c9ee354605c21a4cfe615c185433f09536e36a50bf164e81153cee2e821065678e3374e55ee8cd9026df7883e3b5675fc83d7d6ac8c2e7d5e7b2229c
FORCE_DOWNLOAD=on
LICENSE[0]=BSD
KEYWORDS="utils"
@@ -13,9 +12,4 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SHORT='command-line program to download YouTube videos'
cat << EOF
youtube-dl is a small command-line program to download videos from
YouTube.com.
-It requires the Python interpreter, version 2.4 or later, and it's not
platform
-specific. It should work in your Unix box, in Windows or in Mac OS X. The
-latest version is 2008.03.08. It's licensed under the MIT License, which
means
-you can modify it, redistribute it or use it however you like complying with
a
-few simple conditions.
EOF
diff --git a/utils/youtube-dl/HISTORY b/utils/youtube-dl/HISTORY
index b61622c..affc376 100644
--- a/utils/youtube-dl/HISTORY
+++ b/utils/youtube-dl/HISTORY
@@ -1,3 +1,9 @@
+2013-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 2013.07.12
+ Changed SOURCE_URL[0]
+ Switched to SOURCE_HASH
+ Removed PRE_BUILD, not needed
+
2012-09-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2012.09.27