Skip to content

Commit

Permalink
bump(main/tree-sitter-c): 0.23.2 (#22325)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJo2000 authored Nov 19, 2024
1 parent fd55778 commit 96393d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tree-sitter-c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/tree-sitter
TERMUX_PKG_DESCRIPTION="C grammar for tree-sitter"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.23.1"
TERMUX_PKG_VERSION="0.23.2"
TERMUX_PKG_SRCURL=https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=8f90f481c28a45c7dcba84d05fc07853df043ff813868cdfa074a3835e89467a
TERMUX_PKG_SHA256=d8b9c1b2ffb6a42caf9bc76e07c52507d4e60b17175ed9beb0e779be8db1200c
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE='newest-tag'
TERMUX_PKG_BUILD_IN_SRC=true
Expand Down
3 changes: 3 additions & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ PACKAGES+=" swig"
# Needed by binutils-cross
PACKAGES+=" libzstd-dev"

# Needed by tree-sitter-c
PACKAGES+=" tree-sitter-cli"

# Do not require sudo if already running as root.
SUDO="sudo"
if [ "$(id -u)" = "0" ]; then
Expand Down

0 comments on commit 96393d5

Please sign in to comment.