Skip to content

Commit

Permalink
tree-sitter-elixir: update to 0.1.1.
Browse files Browse the repository at this point in the history
Changed

    Rewritten the custom scanner code in C (#56)

Fixed

    Parsing empty interpolation (#55)
    Fixed the repository URL in the Rust crate (#57)
  • Loading branch information
wiz committed Dec 17, 2023
1 parent 853bc90 commit 0328105
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/tree-sitter-elixir/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2023/03/14 10:11:15 wiz Exp $
# $NetBSD: Makefile,v 1.3 2023/12/17 22:33:58 wiz Exp $

DISTNAME= tree-sitter-elixir-0.1.0
DISTNAME= tree-sitter-elixir-0.1.1
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=elixir-lang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions textproc/tree-sitter-elixir/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/03/14 10:11:15 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/12/17 22:33:58 wiz Exp $

BLAKE2s (tree-sitter-elixir-0.1.0.tar.gz) = 52309b0598abd1c345cd1510213b806407be4945dac8b97cddafa012357d1187
SHA512 (tree-sitter-elixir-0.1.0.tar.gz) = e69d20c36f05a70c9dd3e63eac934901fdb29cb62c4fb6dff655ea25c6a9b0754249d385d218141a12d19edae566117e35577d500f38c17d760d486d5d4c8d85
Size (tree-sitter-elixir-0.1.0.tar.gz) = 600459 bytes
BLAKE2s (tree-sitter-elixir-0.1.1.tar.gz) = 736c0e466e0b0dd26280b5295ffe4058b0a9888f8e9d538d2f1ba3ce94707054
SHA512 (tree-sitter-elixir-0.1.1.tar.gz) = d1ba3c9755004a281fa18785fe0d7d419f25fd50adcfb325724965dfcfb511043e3e385f79b71b7d0d35355767031575fad2c9f9eb3034cf93ff89eb61aa70c2
Size (tree-sitter-elixir-0.1.1.tar.gz) = 600464 bytes

0 comments on commit 0328105

Please sign in to comment.