diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-17 21:36:37 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-17 21:36:37 +0300 |
commit | fa5e7f3c0eca11b2b9ef6ed2c7f272b7fe7a2d23 (patch) | |
tree | d13447ace1f6ab02da89966e1b47ae93e246017d /pcr/youtube-dl-current | |
parent | ffa02e401d290931439fd16ae2e388af718494e8 (diff) | |
download | abslibre-fa5e7f3c0eca11b2b9ef6ed2c7f272b7fe7a2d23.tar.gz abslibre-fa5e7f3c0eca11b2b9ef6ed2c7f272b7fe7a2d23.tar.bz2 abslibre-fa5e7f3c0eca11b2b9ef6ed2c7f272b7fe7a2d23.zip |
updating youtube-dl-current to version 2013.09.17
Diffstat (limited to 'pcr/youtube-dl-current')
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index cfa85cd68..4782b8162 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.16 +pkgver=2013.09.17 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('8b02356879e80a90acbb2ebb07b26629' +md5sums=('cdf3f403aca2f397dc423ad28596dce8' 'SKIP') |