network/skype: Updated for version 2.2.0.35.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
mario 2011-06-19 12:49:51 +02:00 committed by Robby Workman
parent 9edec91016
commit 142698ad79
3 changed files with 7 additions and 7 deletions

View File

@ -3,8 +3,8 @@ package, but in some cases a staticly linked one might be preferred.
First, get the skype_static tarball from here:
http://download.skype.com/linux/skype_static-2.2.0.25.tar.bz2
(md5sum: e8d83f45f7a0e092fc4e168dcb068a1a)
http://download.skype.com/linux/skype_static-2.2.0.35.tar.bz2
(md5sum: d948b8f04ad27b92297a99bcacc7b00b)
Then run skype.SlackBuild like this:
STATIC=yes ./skype.SlackBuild

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=skype
VERSION=${VERSION:-2.2.0.25}
VERSION=${VERSION:-2.2.0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="skype"
VERSION="2.2.0.25"
VERSION="2.2.0.35"
HOMEPAGE="http://www.skype.com"
DOWNLOAD="http://download.skype.com/linux/skype-2.2.0.25.tar.bz2"
MD5SUM="dacece3b56f28fbd70a713db12d5bfaf"
DOWNLOAD="http://download.skype.com/linux/skype-2.2.0.35.tar.bz2"
MD5SUM="b60a19345ee7b3522b5fe4047150aaf8"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
MAINTAINER="mario"
EMAIL="mario@slackverse.org"
APPROVED="rworkman"
APPROVED="pprkut"