-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.4.0 (2024-06-27) * Support commonmarker 1.0+ API (unasuke) (#10) * Make etanni template work with frozen string literals (jeremyevans) * Deprecate erubis, wikicloth, and maruku templates as they require modifying frozen string literals (jeremyevans) * Make SassTemplate ignore unsupported options when using sass-embedded (jeremyevans)
- Loading branch information
taca
committed
Jun 30, 2024
1 parent
48b1834
commit 754248e
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.21 2023/09/20 13:40:05 taca Exp $ | ||
# $NetBSD: Makefile,v 1.22 2024/06/30 16:35:08 taca Exp $ | ||
|
||
DISTNAME= tilt-2.3.0 | ||
DISTNAME= tilt-2.4.0 | ||
CATEGORIES= textproc | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.20 2023/09/20 13:40:05 taca Exp $ | ||
$NetBSD: distinfo,v 1.21 2024/06/30 16:35:08 taca Exp $ | ||
|
||
BLAKE2s (tilt-2.3.0.gem) = 9aca014eccbcc18eaaf8e91cefeb656fed68bed49129afb6850224af3e90b34c | ||
SHA512 (tilt-2.3.0.gem) = 78a3de34e3d096e40cb245807bad07cc3ebfa192986addbd228c25153166808b379f3ce086ff68fa5959997946187fe8923e84100653b2b109007390969875b3 | ||
Size (tilt-2.3.0.gem) = 25600 bytes | ||
BLAKE2s (tilt-2.4.0.gem) = 9acbf92e118a30384c3e4dd886db356f87896fdd9106a430e4a412196e61f188 | ||
SHA512 (tilt-2.4.0.gem) = 8cf5036017f501da8843340a9c574ee647074782dcb27ee0aa906fb96ad1e66b90dfb80159aa4c5e7605490058c5ae478bd0fe09f17ae50a2697327d02c814cc | ||
Size (tilt-2.4.0.gem) = 26112 bytes |