diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-04 21:53:39 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-04 21:53:39 +0300 |
commit | 7d86f13e39181e3b8c11bbe13fd127ecc76bcc24 (patch) | |
tree | a985f649f99821db2d42200285611752e11ec359 /pcr | |
parent | fef8b5d1add73a9c326f0a0923500317cf7a8917 (diff) | |
download | abslibre-7d86f13e39181e3b8c11bbe13fd127ecc76bcc24.tar.gz abslibre-7d86f13e39181e3b8c11bbe13fd127ecc76bcc24.tar.bz2 abslibre-7d86f13e39181e3b8c11bbe13fd127ecc76bcc24.zip |
updating youtube-dl-current to version 2013.10.04
Diffstat (limited to 'pcr')
-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 636366fd4..bb2a7dab6 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.10.01.1 +pkgver=2013.10.04 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() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('d513e2a9a8eb7e117b685fc0e0ea99b9' +md5sums=('c0a295a474f07c3e052d9c046e774122' 'SKIP') |