mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
misc/protobuf3: Updated for version 3.19.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
74559cc794
commit
0500375c54
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for protobuf3
|
||||
|
||||
# Copyright 2017-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2017-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=protobuf3
|
||||
VERSION=${VERSION:-3.19.1}
|
||||
VERSION=${VERSION:-3.19.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="3.19.1"
|
||||
VERSION="3.19.3"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.19.1/protobuf-3.19.1.tar.gz"
|
||||
MD5SUM="e5cb6707320a077f0618b669d1856bc4"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.19.3/protobuf-3.19.3.tar.gz"
|
||||
MD5SUM="95726847be13c6db9ea408166238fe62"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue