aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-04-30 14:48:12 -0700
committerGitHub <noreply@github.com>2019-04-30 14:48:12 -0700
commit30e10c07d33ee2a24770cf2ffbe5b8c15a6f5c32 (patch)
treece706ba3735cfc0fa197eaba16df750e7e11cd12
parentaa920879d1a363306a27f6741e1bb6d71c661fcc (diff)
parent70d4a9a3b2f0b465e556ea33ecb819d09940bd9d (diff)
Merge pull request #8848 from ammubhave/bump_re2
libre2: bump version to 2019-04-01
-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