Skip to content

Commit

Permalink
[tree-sitter] fix typo in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylo252 committed Aug 7, 2022
1 parent 9b22b40 commit ea111a5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/tree-sitter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
project(
tree-sitter
LANGUAGES C
VERSION 0.26.0
VERSION 0.20.6
)

set(TS_SOVERSION_MAJOR 0)
Expand Down
2 changes: 1 addition & 1 deletion ports/tree-sitter/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tree-sitter/tree-sitter
REF ccd6bf554d922596ce905730d98a77af368bba5c #v0.26.0
REF ccd6bf554d922596ce905730d98a77af368bba5c #v0.20.6
SHA512 ab7eeecafc9d7d17093e25479903fa8c77a84ce4c3a41d737d49bcf9348ab6cc55cf3d6cce0229781292c2b05342fbf45641e40545ea3fde09e441e02f2cdb83
HEAD_REF master
PATCHES pkgconfig.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/tree-sitter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter",
"version-semver": "0.26.0",
"version-semver": "0.20.6",
"description": "An incremental parsing system for programming tools.",
"homepage": "https://github.com/tree-sitter/tree-sitter",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7241,7 +7241,7 @@
"port-version": 4
},
"tree-sitter": {
"baseline": "0.26.0",
"baseline": "0.20.6",
"port-version": 0
},
"treehh": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tree-sitter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a96085943d7eb28c30fa8d53eb5452e4dccdfd93",
"version-semver": "0.20.6",
"port-version": 0
},
{
"git-tree": "a912cc848f08c05d9cbd87e24e47194b0ad43bd6",
"version-semver": "0.26.0",
Expand Down

0 comments on commit ea111a5

Please sign in to comment.