network/movgrab: Updated for version 1.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Korgman 2015-07-26 07:55:56 +07:00 committed by Willy Sudiarto Raharjo
parent 4600b78fd0
commit b77c61eee8
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
movgrab is a downloader for all those pesky sites that insist you use a big fat
browser that runs flash in order to see their content. It's a command-line app
written in straight C.
movgrab is a downloader for all those pesky sites that insist you use a big
fat browser that runs flash in order to see their content.
It's a command-line app written in straight C.
Supports HTTP Proxy server.
Supports std-out (eg movgrab -f - URL | mplayer -).

View file

@ -4,7 +4,7 @@
# Michales - clavisound - Michaloudes korgie@gmail.com <2012>
PRGNAM=movgrab
VERSION=${VERSION:-1.1.14}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="movgrab"
VERSION="1.1.14"
VERSION="1.2.1"
HOMEPAGE="http://sites.google.com/site/columscode/home/movgrab"
DOWNLOAD="https://sites.google.com/site/columscode/files/movgrab-1.1.14.tar.gz"
MD5SUM="63b0b6325e3bc0fe4372222608287877"
DOWNLOAD="https://sites.google.com/site/columscode/files/movgrab-1.2.1.tar.gz"
MD5SUM="db162d6963b9753d6235f23419d08a5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Michales Michaloudes"
MAINTAINER="Korgman"
EMAIL="korgie@gmail.com"