diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 15:24:55 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-09-21 22:28:11 +0000 |
commit | 4f9630327287eebf05a6bdf67008473cfd9ae0fa (patch) | |
tree | f1c4417c43e3f5e8a22d2e45ef9ea6f532a11ff4 /testing | |
parent | e9bba6139f730eff8aff1f16f3b59c71d88b35ba (diff) | |
download | aports-4f9630327287eebf05a6bdf67008473cfd9ae0fa.tar.bz2 aports-4f9630327287eebf05a6bdf67008473cfd9ae0fa.tar.xz |
testing/youtube-dl: upgrade to 2012.02.27
Diffstat (limited to 'testing')
-rw-r--r-- | testing/youtube-dl/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/youtube-dl/APKBUILD b/testing/youtube-dl/APKBUILD index 29516f83e1..a3e09a34fc 100644 --- a/testing/youtube-dl/APKBUILD +++ b/testing/youtube-dl/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2012.01.08b +pkgver=2012.02.27 pkgrel=0 -pkgdesc="a small command-line program for downloading videos from YouTube.com" +pkgdesc="A small command-line program for downloading videos from YouTube.com" url="http://rg3.github.com/youtube-dl/" arch="noarch" license="Public Domain" depends="python>=2.5" -makedepends="wget" +makedepends="" install="" subpackages="" source="https://raw.github.com/rg3/$pkgname/$pkgver/youtube-dl" @@ -34,4 +34,4 @@ package() { install -m 0555 youtube-dl "$pkgdir"/usr/bin } -md5sums="a445420376d975a21f0292df5ff6e5b9 youtube-dl" +md5sums="bd2f1db2f3edafcbf207fab805d36e23 youtube-dl" |