diff options
Diffstat (limited to 'misc/protobuf')
-rw-r--r-- | misc/protobuf/protobuf.SlackBuild | 4 | ||||
-rw-r--r-- | misc/protobuf/protobuf.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/protobuf/protobuf.SlackBuild b/misc/protobuf/protobuf.SlackBuild index de3a3fc9bfc3..bdc2dc15baec 100644 --- a/misc/protobuf/protobuf.SlackBuild +++ b/misc/protobuf/protobuf.SlackBuild @@ -5,8 +5,8 @@ # Written by M.Dinslage (daedra1980@gmail.com) PRGNAM=protobuf -VERSION=${VERSION:-2.4.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PYTHON=${PYTHON:-yes} diff --git a/misc/protobuf/protobuf.info b/misc/protobuf/protobuf.info index 5a3029ed77f9..3d63512f905d 100644 --- a/misc/protobuf/protobuf.info +++ b/misc/protobuf/protobuf.info @@ -1,8 +1,8 @@ PRGNAM="protobuf" -VERSION="2.4.1" +VERSION="2.5.0" HOMEPAGE="http://code.google.com/p/protobuf/" -DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2" -MD5SUM="ed436802019c9e1f40cc750eaf78f318" +DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.bz2" +MD5SUM="a72001a9067a4c2c4e0e836d0f92ece4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |