libraries/proxygen: Updated for version 2017.05.22.00.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2017-05-26 13:45:30 +07:00 committed by Willy Sudiarto Raharjo
parent 180f91b385
commit 6a88628599
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=proxygen
VERSION=${VERSION:-2017.05.08.00}
VERSION=${VERSION:-2017.05.22.00}
GTEST_VERSION=${GTEST_VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,12 +1,12 @@
PRGNAM="proxygen"
VERSION="2017.05.08.00"
VERSION="2017.05.22.00"
HOMEPAGE="https://github.com/facebook/proxygen"
DOWNLOAD="https://github.com/facebook/proxygen/archive/v2017.05.08.00/proxygen-2017.05.08.00.tar.gz \
DOWNLOAD="https://github.com/facebook/proxygen/archive/v2017.05.22.00/proxygen-2017.05.22.00.tar.gz \
https://github.com/google/googletest/archive/release-1.8.0/googletest-release-1.8.0.tar.gz"
MD5SUM="5f105e49c56297e75f9f7b455f6f4872 \
MD5SUM="2a7b4f47e8fee5cc64511687a9f84cc8 \
16877098823401d1bf2ed7891d7dce36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glog gflags double-conversion folly wangle"
REQUIRES="wangle"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"