diff options
author | taca <taca@pkgsrc.org> | 2021-01-14 14:44:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-14 14:44:47 +0000 |
commit | e2240b6212f824c6cd27cd357b56f6e820a4aa61 (patch) | |
tree | 54bd2168e74c478e42e548d7d262a420fb66c599 | |
parent | ba2e6c102a7c06515ab234c6fb43021e3f8e640c (diff) | |
download | pkgsrc-e2240b6212f824c6cd27cd357b56f6e820a4aa61.tar.gz |
textproc/ruby-haml: update to 5.2.1
5.2.1 (2020-11-30)
* Add in improved "multiline" support for attributes #1043
5.2 (2020-09-28)
* Fix crash in the attribute optimizer when #inspect is overridden in
TrueClass / FalseClass #972
* Do not HTML-escape templates that are declared to be plaintext #1014
(Thanks @cesarizu)
* Class names are no longer ordered alphabetically, and now follow a new
specification as laid out in REFERENCE #306
-rw-r--r-- | textproc/ruby-haml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-haml/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile index 5a12f06b572..e5a4809f962 100644 --- a/textproc/ruby-haml/Makefile +++ b/textproc/ruby-haml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/03/24 16:49:51 taca Exp $ +# $NetBSD: Makefile,v 1.22 2021/01/14 14:44:47 taca Exp $ -DISTNAME= haml-5.1.2 +DISTNAME= haml-5.2.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo index b256168dc4d..05cf45e7adc 100644 --- a/textproc/ruby-haml/distinfo +++ b/textproc/ruby-haml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2020/03/24 16:49:51 taca Exp $ +$NetBSD: distinfo,v 1.22 2021/01/14 14:44:47 taca Exp $ -SHA1 (haml-5.1.2.gem) = 8f9103c6e0108293b57f77b6db585fd7ea7368b4 -RMD160 (haml-5.1.2.gem) = 9e74f05655b7819eab153e891edb3bae1c278b3f -SHA512 (haml-5.1.2.gem) = 2ea8918916b5e9c8a0eb869a94e19ff7cee497dbfdf66f719ed71aa2350e9cecdf03b8fec009855da975946486a65b4ba4023d1be955143f48a564be5d544ce0 -Size (haml-5.1.2.gem) = 90624 bytes +SHA1 (haml-5.2.1.gem) = 080c5710756c49ab6c290a4ca46e2ffeaf86ce6d +RMD160 (haml-5.2.1.gem) = f4d4b6f4c07882eb2217f45ddee768769d7c392e +SHA512 (haml-5.2.1.gem) = 81ca67a09480a90df52068a32f05f7e15b8eb4c74c647b9441e661928453b0bb6a159358f2217429d6fdccb12dbdaca25998c0e9fd5ed7a168e0830873aab05f +Size (haml-5.2.1.gem) = 92160 bytes |