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 5a94ab2 commit 15f4d13Copy full SHA for 15f4d13
NEWS
@@ -1,4 +1,4 @@
1
-UNRELEASED
+0.5 - 2018-07-15
2
3
- http: Cache-Control directives are case-normalised and grouped into pairs
4
- http: Strict_Transport_Security now returns a table and doesn't match on duplicates
lpeg_patterns-scm-0.rockspec renamed to lpeg_patterns-0.5-0.rockspec
@@ -1,5 +1,5 @@
package = "lpeg_patterns"
-version = "scm-0"
+version = "0.5-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.5.zip";
16
+ dir = "lpeg_patterns-0.5";
17
18
19
build = {
0 commit comments