diff options
author | taca <taca@pkgsrc.org> | 2020-06-07 15:14:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-06-07 15:14:58 +0000 |
commit | 5dd730dac14643117066ac06945d952cd4672cda (patch) | |
tree | f33eca45c1284e77e78e566a73be50032974e1ba /textproc | |
parent | 25fb83df9d051d1f10d4fe964be96f7e620e1c7f (diff) | |
download | pkgsrc-5dd730dac14643117066ac06945d952cd4672cda.tar.gz |
textproc/ruby-coderay: update to 1.1.3
Update ruby-coderay to 1.1.3.
1.1.3 (2020-05-29)
* Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
* SQL scanner: Add numeric data type. [#223, thanks to m16a1]
* Java scanner: Add var as type. [#229, thanks to Davide Angelocola]
* Gem: Fix deprecation warning. [#246, thanks to David Rodr«¿guez]
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-coderay/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-coderay/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ruby-coderay/Makefile b/textproc/ruby-coderay/Makefile index bb601a93f4d..901e1e96593 100644 --- a/textproc/ruby-coderay/Makefile +++ b/textproc/ruby-coderay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2017/09/10 16:01:44 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/06/07 15:14:58 taca Exp $ -DISTNAME= coderay-1.1.2 +DISTNAME= coderay-1.1.3 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-coderay/distinfo b/textproc/ruby-coderay/distinfo index d503a7e43b2..ffa142d3d5a 100644 --- a/textproc/ruby-coderay/distinfo +++ b/textproc/ruby-coderay/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/09/10 16:01:44 taca Exp $ +$NetBSD: distinfo,v 1.15 2020/06/07 15:14:58 taca Exp $ -SHA1 (coderay-1.1.2.gem) = 4a174a26a9fbb78ea68e5a7b02e1bbc6be001f5d -RMD160 (coderay-1.1.2.gem) = 6584dccdc19d67c43687672126f016c2422ecb28 -SHA512 (coderay-1.1.2.gem) = bd25c0091a271048165af33f60ab846cb623a0da68e5540d98ea2b1c6bdf3348811d98519e537435c9a5515e751ce5975a02adccec9ef225f042a27c43009e63 -Size (coderay-1.1.2.gem) = 92160 bytes +SHA1 (coderay-1.1.3.gem) = daa6ef4f015b2e98f5d09f40988b4e842fe15e5c +RMD160 (coderay-1.1.3.gem) = 802758086e7f5fc632720de7693c855a622a4b91 +SHA512 (coderay-1.1.3.gem) = 8da82467be341bdb358869c3ac63130e5e3ed314d0c9918ed26cf8a067eae149b4eb3358451c0a136b8e716304296a7dc4eb4cb385dd106f5cab5a4d1a2fe92f +Size (coderay-1.1.3.gem) = 92672 bytes |