summaryrefslogtreecommitdiff
path: root/misc/protobuf/protobuf.SlackBuild
diff options
context:
space:
mode:
authorM.Dinslage <daedra1980{at}gmail{dot}com>2011-05-20 12:09:47 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-05-20 12:09:47 -0500
commitc83a27466c71d7a16b630438f1ce424e4c944783 (patch)
tree07b0f7d654582e7c3d6afaee60f5e2388dfab6a4 /misc/protobuf/protobuf.SlackBuild
parent0c2535fea76743313ec4aef80550b8b2195569b8 (diff)
downloadslackbuilds-c83a27466c71d7a16b630438f1ce424e4c944783.tar.gz
misc/protobuf: Updated for version 2.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/protobuf/protobuf.SlackBuild')
-rw-r--r--misc/protobuf/protobuf.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/protobuf/protobuf.SlackBuild b/misc/protobuf/protobuf.SlackBuild
index cd36e4a202..567660ad5b 100644
--- a/misc/protobuf/protobuf.SlackBuild
+++ b/misc/protobuf/protobuf.SlackBuild
@@ -5,16 +5,14 @@
# Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=protobuf
-VERSION=${VERSION:-2.3.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.4.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi