mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/folly: Updated for version 2017.03.20.00.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d91af2790e
commit
2658cfb1d6
4 changed files with 17 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=folly
|
||||
VERSION=${VERSION:-2016.12.12.00}
|
||||
VERSION=${VERSION:-2017.03.20.00}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="folly"
|
||||
VERSION="2016.12.12.00"
|
||||
VERSION="2017.03.20.00"
|
||||
HOMEPAGE="https://github.com/facebook/folly"
|
||||
DOWNLOAD="https://github.com/facebook/folly/archive/v2016.12.12.00/folly-2016.12.12.00.tar.gz"
|
||||
MD5SUM="9ace0acf51744e42252dc527e5ad41cb"
|
||||
DOWNLOAD="https://github.com/facebook/folly/archive/v2017.03.20.00/folly-2017.03.20.00.tar.gz"
|
||||
MD5SUM="36a039851483aaf4f2ade591456599bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtest double-conversion glog gflags"
|
||||
REQUIRES="gtest double-conversion glog gflags libunwind"
|
||||
MAINTAINER="Andre Barboza"
|
||||
EMAIL="bmg.andre@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue