Skip to content

Commit 6b8c8c5

Browse files
committed
Release v0.2
1 parent 625e2da commit 6b8c8c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lpeg_patterns-scm-0.rockspec renamed to lpeg_patterns-0.2-0.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package = "lpeg_patterns"
2-
version = "scm-0"
2+
version = "0.2-0"
33

44
description= {
55
summary = "a collection of LPEG patterns";
@@ -12,7 +12,8 @@ dependencies = {
1212
}
1313

1414
source = {
15-
url = "git://github.com/daurnimator/lpeg_patterns.git";
15+
url = "https://github.com/daurnimator/lpeg_patterns/archive/v0.2.zip";
16+
dir = "lpeg_patterns-0.2";
1617
}
1718

1819
build = {

0 commit comments

Comments
 (0)