aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-05-31 13:09:06 -0700
committerRosen Penev <rosenp@gmail.com>2019-05-31 17:00:08 -0700
commit650c7e6eecb377531065a111969fa2f035a6831a (patch)
tree94bb7270f5b7d2d8318bf30c8e7f55b43c7b174c /libs
parent2d9ad583f56aab57eda31b0f2610915d507f7dec (diff)
libwangle: Update to 2019.05.27.00
Simplify dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libwangle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libwangle/Makefile b/libs/libwangle/Makefile
index 055c3f1a6..ace8e2c87 100644
--- a/libs/libwangle/Makefile
+++ b/libs/libwangle/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libwangle
-PKG_VERSION:=2019.05.06.00
+PKG_VERSION:=2019.05.27.00
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/facebook/wangle/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=de145e3748a5f71be1883ad2ea4be37e99f99fcb1838a6a258ca2c4cd0d053e7
+PKG_HASH:=935d94658133279d98de27ab7c78801c87f16414b8eec43766798acc5b14f549
PKG_BUILD_DIR:=$(BUILD_DIR)/wangle-$(PKG_VERSION)
PKG_LICENSE:=Apache-2.0
@@ -25,7 +25,7 @@ define Package/libwangle
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Wangle: C++ networking library
- DEPENDS:=+libstdcpp +libfolly +libsodium +libfizz
+ DEPENDS:=+libfizz
endef
define Package/libwangle/description