misc/protobuf: Updated for version 2.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
M.Dinslage 2014-12-22 19:13:00 +07:00 committed by Willy Sudiarto Raharjo
parent 59ae3cc9fd
commit 8603c917e7
3 changed files with 9 additions and 5 deletions

View file

@ -8,3 +8,7 @@ read your structured data to and from a variety of data streams
and using a variety of languages. You can even update your data
structure without breaking deployed programs that are compiled
against the "old" format.
If you've already installed the compiz packages you will need
to rebuild the libcompizconfig and compizconfig-python against
the new version of protobuf.

View file

@ -5,7 +5,7 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=protobuf
VERSION=${VERSION:-2.5.0}
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGES.txt CONTRIBUTORS.txt COPYING.txt INSTALL.txt README.txt \
CHANGES.txt CONTRIBUTORS.txt INSTALL.txt README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="protobuf"
VERSION="2.5.0"
VERSION="2.6.1"
HOMEPAGE="http://code.google.com/p/protobuf/"
DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2"
MD5SUM="a72001a9067a4c2c4e0e836d0f92ece4"
DOWNLOAD="https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2.6.1.tar.bz2"
MD5SUM="11aaac2d704eef8efd1867a807865d85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"