Skip to content

Commit

Permalink
[antlr4] update to 4.13.1 (microsoft#34058)
Browse files Browse the repository at this point in the history
* [antlr4] update to 4.13.1

* [antlr4] update to 4.13.1
  • Loading branch information
jiayuehua authored Sep 29, 2023
1 parent 9ebe3a6 commit fee3b14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/antlr4/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
REPO antlr/antlr4
HEAD_REF dev
REF "${VERSION}"
SHA512 947ecca28712aa4dd98d7b7e0753e91881e55642f7951ca65a576b94db87440767a1b93d08e82db69ad527ee28bf89f0b2f9c0aaa604a999a7e48c163764ee12
SHA512 79ac3cdfc8f2368c647d06aec85d87507629a75527205ff2cbf7d9802989b0c6e6a8fac76148ad101f539c9ef922e431e22ba489f899f847ccc3d3d889bb2b70
PATCHES
set-export-macro-define-as-private.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/antlr4/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antlr4",
"version": "4.13.0",
"version": "4.13.1",
"description": "ANother Tool for Language Recognition",
"homepage": "https://www.antlr.org",
"license": "BSD-3-Clause",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/antlr4.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b8a6e8e88f1e6f604f094ce3a3927a8412eb6011",
"version": "4.13.1",
"port-version": 0
},
{
"git-tree": "1fd51b053d31e5215682e6c2970aca92e24d488b",
"version": "4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"port-version": 0
},
"antlr4": {
"baseline": "4.13.0",
"baseline": "4.13.1",
"port-version": 0
},
"any-lite": {
Expand Down

0 comments on commit fee3b14

Please sign in to comment.