mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/protobuf3: Updated for version 3.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2786182318
commit
c7e065f3eb
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=protobuf3
|
||||
VERSION=${VERSION:-3.11.4}
|
||||
VERSION=${VERSION:-3.12.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="3.11.4"
|
||||
VERSION="3.12.1"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.11.4/protobuf-3.11.4.tar.gz"
|
||||
MD5SUM="9b649590a4b74e93024ea3a28c0d3a22"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.12.1/protobuf-3.12.1.tar.gz"
|
||||
MD5SUM="829bdd811f6a4d06fc2e29e468235165"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue