forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------------- 0.23 - fix test error on Windows due to the use of unescaped paths in regex patterns (by nanis) #11 #13 0.22 - fix regression in 0.21 (use of here-doc within `<?= ?>` causes syntax error) #12 - add support for `prepend` property for prepending code (by LoonyPandora) #3 0.21 - fix the strange rule for multi-line expression #10
- Loading branch information
mef
committed
May 6, 2015
1 parent
92367b9
commit 764c43f
Showing
2 changed files
with
6 additions
and
7 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
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.5 2013/08/26 00:28:12 wen Exp $ | ||
$NetBSD: distinfo,v 1.6 2015/05/06 03:09:41 mef Exp $ | ||
|
||
SHA1 (Text-MicroTemplate-0.20.tar.gz) = 886afe81bd2a0968a238463f6dc43b113a4d715a | ||
RMD160 (Text-MicroTemplate-0.20.tar.gz) = b098e52a80fb8bb2346c2be0132c272ab11d35f7 | ||
Size (Text-MicroTemplate-0.20.tar.gz) = 28508 bytes | ||
SHA1 (Text-MicroTemplate-0.23.tar.gz) = b2a8516e92f9cf568bfb51b580ca6ce4157505d5 | ||
RMD160 (Text-MicroTemplate-0.23.tar.gz) = e1808b81bc97061310edec83e30cdfef8f277260 | ||
Size (Text-MicroTemplate-0.23.tar.gz) = 30416 bytes |