Skip to content

Commit

Permalink
[re2] set license (#28259)
Browse files Browse the repository at this point in the history
* set license in re2

* run x-add-version

Co-authored-by: Julian Zimmermann <[email protected]>
  • Loading branch information
JulZimmermann and JulZimmermann authored Dec 14, 2022
1 parent a3388de commit e82778a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/re2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "re2",
"version-date": "2021-11-01",
"port-version": 1,
"description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
"homepage": "https://github.com/google/re2",
"license": "BSD-3-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6546,7 +6546,7 @@
},
"re2": {
"baseline": "2021-11-01",
"port-version": 0
"port-version": 1
},
"readerwriterqueue": {
"baseline": "1.0.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/r-/re2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6034cf8c8e47962b3fb9c85c99e8fffee9844bc3",
"version-date": "2021-11-01",
"port-version": 1
},
{
"git-tree": "484badfb46eb8db12106ed1017ddf4029e37d575",
"version-date": "2021-11-01",
Expand Down

0 comments on commit e82778a

Please sign in to comment.