aboutsummaryrefslogtreecommitdiff
path: root/libs/libre2
diff options
context:
space:
mode:
authorAmol Bhave <ambhave@fb.com>2019-04-29 18:45:51 -0700
committerAmol Bhave <ambhave@fb.com>2019-04-30 13:08:00 -0700
commit70d4a9a3b2f0b465e556ea33ecb819d09940bd9d (patch)
tree50a6b22a437f27b8930ffdd2e3dbb43d27e5113d /libs/libre2
parent57c8837af1f8c1a93788f180f5aeec8c01a361af (diff)
libre2: bump version to 2019-04-01
compile tested on nbg6817 Signed-off-by: Amol Bhave <ambhave@fb.com>
Diffstat (limited to 'libs/libre2')
-rw-r--r--libs/libre2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libre2/Makefile b/libs/libre2/Makefile
index 90b35c5f3..76cbe8450 100644
--- a/libs/libre2/Makefile
+++ b/libs/libre2/Makefile
@@ -1,15 +1,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=re2
-PKG_VERSION:=2018-12-01
+PKG_VERSION:=2019-04-01
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/google/re2/tar.gz/$(PKG_VERSION)?
-PKG_HASH:=715e01685719a4ed68a353ae48249612ef4a7464755c3ecccaceae91ebd34868
+PKG_HASH:=2ed94072145272012bb5b7054afcbe707447d49dcd79fd6d1689e6f3dc589def
PKG_LICENSE:=BSD-3-Clause
-PKG_LICENSE_FILE:=LICENSE
+PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk