Update ruby-rouge to 3.27.0.
This commit is contained in:
parent
071c213beb
commit
1c6f19836d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2021/10/01 12:16:27 fcambus Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2021/12/19 17:42:24 fcambus Exp $
|
||||
|
||||
COMMENT = pure-ruby code highlighter compatible with pygments
|
||||
|
||||
DISTNAME = rouge-3.26.1
|
||||
DISTNAME = rouge-3.27.0
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rouge-3.26.1.gem) = biNoz/1z06aS/3bTLlA6ax3xvhSN8v9A71wcN/UG86Q=
|
||||
SIZE (rouge-3.26.1.gem) = 497152
|
||||
SHA256 (rouge-3.27.0.gem) = M3gQlCiuIcptbWwftdkRRCvr4OTarAjeAnUCc0HMYBQ=
|
||||
SIZE (rouge-3.27.0.gem) = 499200
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.22 2020/12/10 08:28:57 fcambus Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.23 2021/12/19 17:42:24 fcambus Exp $
|
||||
${GEM_BIN}/rougify${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
@ -50,6 +50,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/cuda
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/cypher
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/cython
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/d
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/dafny
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/dart
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/datastudio
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/demos/diff
|
||||
@ -282,6 +283,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/cuda.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/cypher.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/cython.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/d.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/dafny.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/dart.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/datastudio.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rouge/lexers/diff.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user