Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xcb-xwii committed Jul 29, 2024
1 parent a8f77c0 commit 9463aec
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,36 @@
"description": "Tree-sitter bindings based on `lua-tree-sitter`",
"name": "Tree-sitter",
"type": "library",
"version": "0.1.0",
"version": "0.1.1",
"files": [
{
"arch": "aarch64-linux",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.0/lite-xl-tree-sitter.aarch64-linux.so",
"checksum": "1bbe2945866c44e7c52d37d81580a7155e82f3fff4e20cca22dfcaa328102513",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.aarch64-linux.so",
"checksum": "0f91b77a5855f22dbdd61c2d96c3e50060b747d0b080f56fb6430ec39d960270",
"path": "init.aarch64-linux.so"
},
{
"arch": "x86_64-linux",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.0/lite-xl-tree-sitter.x86_64-linux.so",
"checksum": "0ef71073b7eb1af8cc6456eda46f4e8e2062158c9f6371c937e7d2c7c0465117",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-linux.so",
"checksum": "1101f70603fd8b4a1b68ebbdefcb656cec5763bdf4d5f09a9a7ebbd9e584a286",
"path": "init.x86_64-linux.so"
},
{
"arch": "aarch64-darwin",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.0/lite-xl-tree-sitter.aarch64-macos.so",
"checksum": "93ca19c3c3baeef3401b01a54c99cef08992d34b1ae41dfce49e2e1282f86435",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.aarch64-macos.so",
"checksum": "472e8058a6ecbd227fdedf6aaabc9d8e43c4ac754251ca334e5afb9ae18b831b",
"path": "init.aarch64-darwin.so"
},
{
"arch": "x86_64-darwin",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.0/lite-xl-tree-sitter.x86_64-darwin.so",
"checksum": "fb67289bf72fd1d9b58a5ebc0fcb42e18116d54850602354dec9ffbf97f13aaa",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-darwin.so",
"checksum": "9fe5995a8e694636ebc8f35dcda2d93d36174ec5ed0c9127a211515c09cf69cb",
"path": "init.x86_64-darwin.so"
},
{
"arch": "x86_64-windows",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.0/lite-xl-tree-sitter.x86_64-windows.dll",
"checksum": "7e7f5a6c546de02c16d16b1f3f5d8bc806983f07c90eef89772d13b39cce6c26",
"url": "https://github.com/xcb-xwii/lite-xl-tree-sitter/releases/download/v0.1.1/lite-xl-tree-sitter.x86_64-windows.dll",
"checksum": "81993226f385f1713feb65e574e381af5f29b44f1354720c2384e7b0be12c646",
"path": "init.x86_64-windows.so"
}
],
Expand Down

0 comments on commit 9463aec

Please sign in to comment.