mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
protobuf: update to 3.3.0. (soname bump)
This commit is contained in:
parent
58880f4aa0
commit
8e0a2cffb1
2 changed files with 7 additions and 7 deletions
|
@ -925,9 +925,9 @@ libopenal.so.1 libopenal-1.13_1
|
||||||
libalut.so.0 freealut-1.1.0_1
|
libalut.so.0 freealut-1.1.0_1
|
||||||
liblilv-0.so.0 liblilv-0.14.4_1
|
liblilv-0.so.0 liblilv-0.14.4_1
|
||||||
libsuil-0.so.0 suil-0.6.4_1
|
libsuil-0.so.0 suil-0.6.4_1
|
||||||
libprotoc.so.9 protobuf-2.6.1_1
|
libprotoc.so.13 protobuf-3.3.0_1
|
||||||
libprotobuf.so.9 protobuf-2.6.1_1
|
libprotobuf.so.13 protobuf-3.3.0_1
|
||||||
libprotobuf-lite.so.9 protobuf-lite-2.6.1_1
|
libprotobuf-lite.so.13 protobuf-lite-3.3.0_1
|
||||||
libmcpp.so.0 libmcpp-2.7.2_1
|
libmcpp.so.0 libmcpp-2.7.2_1
|
||||||
libGlacier2.so.35 libIce-3.5.0_1
|
libGlacier2.so.35 libIce-3.5.0_1
|
||||||
libIce.so.35 libIce-3.5.0_1
|
libIce.so.35 libIce-3.5.0_1
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'protobuf'
|
# Template file for 'protobuf'
|
||||||
pkgname=protobuf
|
pkgname=protobuf
|
||||||
version=2.6.1
|
version=3.3.0
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Google's data interchange format"
|
short_desc="Google's data interchange format"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="https://github.com/google/protobuf/releases/download/v${version}/protobuf-${version}.tar.bz2"
|
distfiles="https://github.com/google/protobuf/releases/download/v${version}/protobuf-cpp-${version}.tar.gz"
|
||||||
homepage="https://developers.google.com/protocol-buffers/"
|
homepage="https://developers.google.com/protocol-buffers/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=ee445612d544d885ae240ffbcbf9267faa9f593b7b101f21d58beceb92661910
|
checksum=578a2589bf9258adb03245dec5d624b61536867ebb732dbb8aeb30d96b0ada1f
|
||||||
|
|
||||||
CXXFLAGS="-std=c++14"
|
CXXFLAGS="-std=c++14"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue