Skip to content

Commit

Permalink
protobuf: Update version from 2.4.1 to 3.1.0
Browse files Browse the repository at this point in the history
We need to change the URL a bit:

In this release they didn't add a tar.bz2 format archive. The archives
automatically generated by github for the release dont exist in
.bz2 format - just zip and tar.gz

Morover, autotools fails for us for not yet clear reasons (configure not
run after autogen?).

Anyway, they added language variants including c++ in which
already include the configure script. So we take this.
  • Loading branch information
donald committed Jan 25, 2017
1 parent 8311627 commit 2e3acd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION protobuf-2.4.1-0
# BEE_VERSION protobuf-3.1.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,7 +9,7 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://github.com/google/protobuf/releases/download/v${PKGVERSION}/protobuf-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://github.com/google/protobuf/releases/download/v${PKGVERSION}/protobuf-cpp-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit 2e3acd8

Please sign in to comment.