We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7cf0b commit c96d457Copy full SHA for c96d457
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED - 2016-11-22
+0.4 - 2016-11-23
2
3
- Reduce memory usage by refactoring IPv6 pattern
4
Also fixes lpeg 0.10 compatability
lpeg_patterns-scm-0.rockspec renamed to lpeg_patterns-0.4-0.rockspec
@@ -1,5 +1,5 @@
package = "lpeg_patterns"
-version = "scm-0"
+version = "0.4-0"
description= {
5
summary = "a collection of LPEG patterns";
@@ -12,7 +12,8 @@ dependencies = {
12
}
13
14
source = {
15
- url = "git://github.com/daurnimator/lpeg_patterns.git";
+ url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.4.zip";
16
+ dir = "lpeg_patterns-0.4";
17
18
19
build = {
0 commit comments