diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 13:47:08 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 13:47:16 +0100 |
commit | 1993fb37cfd55473a1a0c02b7e62c6a45542bc3a (patch) | |
tree | f211a8deb15e1c085cafaab5c57f6d96a9dbcd87 /testing/youtube-dl | |
parent | bd023fa429a785773bb0e55732590e79e74ad2e7 (diff) | |
download | aports-1993fb37cfd55473a1a0c02b7e62c6a45542bc3a.tar.bz2 aports-1993fb37cfd55473a1a0c02b7e62c6a45542bc3a.tar.xz |
testing/youtube-dl: upgrade to 2012.12.11
Diffstat (limited to 'testing/youtube-dl')
-rw-r--r-- | testing/youtube-dl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/youtube-dl/APKBUILD b/testing/youtube-dl/APKBUILD index bf3a933b70..40d729f87b 100644 --- a/testing/youtube-dl/APKBUILD +++ b/testing/youtube-dl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=youtube-dl -pkgver=2012.02.27 +pkgver=2012.12.11 pkgrel=0 pkgdesc="A small command-line program for downloading videos from YouTube.com" url="http://rg3.github.com/youtube-dl/" @@ -34,4 +34,4 @@ package() { install -m 0555 youtube-dl-$pkgver "$pkgdir"/usr/bin/youtube-dl } -md5sums="bd2f1db2f3edafcbf207fab805d36e23 youtube-dl-2012.02.27" +md5sums="fdaa2e28100fae06dda7ec68b539e2b0 youtube-dl-2012.12.11" |