libraries/protobuf-c: Updated for version 1.3.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Marek Srejma 2017-09-22 19:47:37 +01:00 committed by David Spencer
parent e992398e0b
commit d0f2168681
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
#
# Slackware build script for protobuf-c
#
# Copyright 2016 Marek Srejma, Germany
# Copyright 2017 Marek Srejma (sam_web@yahoo.de)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=protobuf-c
VERSION=${VERSION:-1.2.1}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="protobuf-c"
VERSION="1.2.1"
VERSION="1.3.0"
HOMEPAGE="https://github.com/protobuf-c/protobuf-c"
DOWNLOAD="https://github.com/protobuf-c/protobuf-c/releases/download/v1.2.1/protobuf-c-1.2.1.tar.gz"
MD5SUM="e544249c329391fff512c3874895cfbe"
DOWNLOAD="https://github.com/protobuf-c/protobuf-c/releases/download/v1.3.0/protobuf-c-1.3.0.tar.gz"
MD5SUM="08804f8bdbb3d6d44c2ec9e71e47ef6f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"
REQUIRES="protobuf3"
MAINTAINER="Marek Srejma"
EMAIL="sam_web@yahoo.de"