mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/protobuf3: Updated for version 3.12.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bb54f9f603
commit
39aad46d2f
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.12.1}
|
||||
VERSION=${VERSION:-3.12.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="protobuf3"
|
||||
VERSION="3.12.1"
|
||||
VERSION="3.12.3"
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.12.1/protobuf-3.12.1.tar.gz"
|
||||
MD5SUM="829bdd811f6a4d06fc2e29e468235165"
|
||||
DOWNLOAD="https://github.com/google/protobuf/archive/v3.12.3/protobuf-3.12.3.tar.gz"
|
||||
MD5SUM="bf452e9c50168bddf80be32e3848750e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue