Skip to content

Commit 0e81011

Browse files
author
taca
committed
www/ruby-rouge: update to 4.1.1
4.1.1 (2023-05-15) o General * Fix Twig/Jinja: incorrect recognition of some special tokens like keywords (#1949 by nsfisis) * Add reference to Code of Conduct (#1942 by Tan Le) o Dart Lexer * Add basic support for Dart 3 features (#1935 by Parker Lougheed) o Dot Lexer * Add alias graphviz for dot (#1651 by Alexander Sapozhnikov) o JavaScript Lexer * javascript: Fix an issue where some keywords like "for" and "if" are mistakenly recognized as functions (#1938 by nsfisis) o Liquid Lexer * Liquid: update for 5.0.0 (#1681 by Eric Knibbe) o Mosel Lexer * Delete buggy detection for Mosel (#1936 by Cyril Brulebois) o Openedge Lexer * fix: improve openedge abl langage (#1843 by clement-brodu) o PHP Lexer * php: fix highlight of fully-qualified identifiers (fix #1718) (#1924 by nsfisis) o Python Lexer * Support doctest highlight in Python lexer (#1932 by Tan Le) o Ruby Lexer * Highlight Ruby's and/or/not logical operators (#1950 by Demian Ferreiro) * Fix string interpolation in Ruby percent literal (#1945 by Tan Le) o Rust Lexer * rust: Update builtins and sample file (fix #1922) (#1923 by nsfisis) o Shell Lexer * Add detection for zsh completion files (#1933 by Germán Riaño)
1 parent 2b59a06 commit 0e81011

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

www/ruby-rouge/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.24 2023/04/30 14:53:04 taca Exp $
1+
# $NetBSD: Makefile,v 1.25 2023/05/21 03:35:42 taca Exp $
22

3-
DISTNAME= rouge-4.1.0
3+
DISTNAME= rouge-4.1.1
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

www/ruby-rouge/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.24 2023/04/30 14:53:04 taca Exp $
1+
$NetBSD: distinfo,v 1.25 2023/05/21 03:35:42 taca Exp $
22

3-
BLAKE2s (rouge-4.1.0.gem) = b8c7e9f6474905a2a96e2bbbfe7522c54cc3c26eb68f98acad6d270de890b50f
4-
SHA512 (rouge-4.1.0.gem) = 1cca7de91231f4252b5777e64b59a61fbde67d20c828cd2af64ca6c235da14bc4b07eeb673879a92b43e2fc21f681bc3b807b9df55963d1e233bbdc61ef79edb
5-
Size (rouge-4.1.0.gem) = 539136 bytes
3+
BLAKE2s (rouge-4.1.1.gem) = e3f0113a6965d99c6aa0c053b1061b0c4c8b0d4891be4d972406f6d3ce53514a
4+
SHA512 (rouge-4.1.1.gem) = f8ba454c9f0152f3f37589dd63b038438b71141626fa88f12bdff9e61c0e290ee7d5b2cbfce4176d27d4a403f1e4d3c5d5bb8d0b91c44d5181e2741b93b966e1
5+
Size (rouge-4.1.1.gem) = 545280 bytes

0 commit comments

Comments
 (0)