diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-25 07:02:57 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-25 07:02:57 +0300 |
commit | 9792f551f8d4e7f0ed26b5b933d0e20a3734b4b8 (patch) | |
tree | 3fe7a2e0e802315b4352a877fb3060315ff9e967 /pcr/youtube-dl-current | |
parent | 9b9d179e527858deb6f4f67504bb73c238bc2a28 (diff) | |
download | abslibre-9792f551f8d4e7f0ed26b5b933d0e20a3734b4b8.tar.gz abslibre-9792f551f8d4e7f0ed26b5b933d0e20a3734b4b8.tar.bz2 abslibre-9792f551f8d4e7f0ed26b5b933d0e20a3734b4b8.zip |
updating youtube-dl-current to version 2013.09.24.2
Diffstat (limited to 'pcr/youtube-dl-current')
-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 1f7b10296..011a91bdc 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.20.1 +pkgver=2013.09.24.2 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=('ee26e1e7558bd5f411aae9b1bf9e7e47' + +md5sums=('f62dcb15581a3ce35cfc323bf9aed905' 'SKIP') |