diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-05-30 11:05:38 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2014-05-30 11:05:38 +0300 |
commit | 480222ca07b512b077e2ea097d32f57a02da2dc3 (patch) | |
tree | 42f2083043ddacc8df6095a37fab96e2cbb9116e /pcr/youtube-dl-current | |
parent | 91231717127855ecdaa029006402031e6ec0e443 (diff) | |
download | abslibre-480222ca07b512b077e2ea097d32f57a02da2dc3.tar.gz abslibre-480222ca07b512b077e2ea097d32f57a02da2dc3.tar.bz2 abslibre-480222ca07b512b077e2ea097d32f57a02da2dc3.zip |
updating youtube-dl-current to version 2014.05.19
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 3893f3297..5fb4f36c5 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=2014.04.21.6 +pkgver=2014.05.19 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('6521af6c7a419ade8d271aad3a3648df' +md5sums=('5ae4587002bf8f65d4a47c4e8efa3bc9' 'SKIP') |