diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-06 23:41:53 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-06 23:41:53 +0300 |
commit | dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f (patch) | |
tree | 6aeaaa3fd4a9e8200e83b810058d3ff618532edb | |
parent | 5525876e98c108064e5ffced4f54e214cefc6042 (diff) | |
download | abslibre-dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f.tar.gz abslibre-dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f.tar.bz2 abslibre-dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f.zip |
updating youtube-dl-current to version 2013.09.06.1
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 33fafddfa..4fa04466e 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.05 +pkgver=2013.09.06.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,6 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('111dce261a41edc032f386777e90e8e1' + +md5sums=('3ec268b42605d985b1957fab1f13b8ee' 'SKIP') |