summaryrefslogtreecommitdiff
path: root/user/protobuf
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 06:57:43 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 06:57:43 +0000
commitf6b32f8cfbe01934fea3d0f87fd69e7cf9a146d9 (patch)
tree664b548edef9d01f30b0f10431f8fd9eac8a8a60 /user/protobuf
parente5221a9df4e04df6a165a1e4fc30bc190143dac3 (diff)
downloadpackages-f6b32f8cfbe01934fea3d0f87fd69e7cf9a146d9.tar.gz
packages-f6b32f8cfbe01934fea3d0f87fd69e7cf9a146d9.tar.bz2
packages-f6b32f8cfbe01934fea3d0f87fd69e7cf9a146d9.tar.xz
packages-f6b32f8cfbe01934fea3d0f87fd69e7cf9a146d9.zip
user/protobuf: Bump to 3.11.2
Diffstat (limited to 'user/protobuf')
-rw-r--r--user/protobuf/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD
index 9efc662a9..028164bd8 100644
--- a/user/protobuf/APKBUILD
+++ b/user/protobuf/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=protobuf
_gemname=google-protobuf
-pkgver=3.10.0
+pkgver=3.11.2
_tstver=1.8.1
pkgrel=0
pkgdesc="Library for extensible, efficient structure packing"
@@ -21,8 +21,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/v$pk
prepare() {
default_prepare
-
- cd "$builddir"
./autogen.sh
# symlink tests to the test directory
@@ -33,7 +31,6 @@ prepare() {
build() {
# Build Protobuf
- cd "$builddir"
CXXFLAGS="$CXXFLAGS -fno-delete-null-pointer-checks" LDFLAGS="$LDFLAGS -latomic" \
./configure --prefix=/usr \
--sysconfdir=/etc \
@@ -69,7 +66,6 @@ build() {
}
check() {
- cd "$builddir"
make check
cd "$builddir"/ruby
rake test
@@ -78,7 +74,6 @@ check() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
@@ -116,5 +111,5 @@ vim() {
"$subpkgdir"/usr/share/vim/vimfiles/syntax/proto.vim
}
-sha512sums="0dcba6d21486fdc162f57119754b47b4a2fb605af878d5b96a32df55895321535cffb5b804566fd90ee7c36e20106d0cd4f5d9f3c652dc9c4dfca96be41a1977 protobuf-3.10.0.tar.gz
+sha512sums="8319c1e003e5fc64e91b512de016ec1cf10265b294d3b4beea60856beaeb02b4d7682343c74b2c12b0f6d4d6258451af9b9d72bcb4b495293b7637da21030c8f protobuf-3.11.2.tar.gz
e6283c667558e1fd6e49fa96e52af0e415a3c8037afe1d28b7ff1ec4c2ef8f49beb70a9327b7fc77eb4052a58c4ccad8b5260ec90e4bceeac7a46ff59c4369d7 googletest-1.8.1.tar.gz"