Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0x211 committed May 21, 2024
1 parent ef671e0 commit 5148c23
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rockspecs/regex-0.2.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = "regex"
version = "0.2.0-1"
source = {
url = "git+https://github.com/mah0x211/lua-regex.git",
tag = "v0.2.0",
}
description = {
summary = "simple regular expression module for lua",
homepage = "https://github.com/mah0x211/lua-regex",
license = "MIT/X11",
maintainer = "Masatoshi Fukunaga",
}
dependencies = {
"lua >= 5.1",
"pcre2 >= 0.1.0",
"metamodule >= 0.5.0",
}
build = {
type = "builtin",
modules = {
regex = "regex.lua",
},
}

0 comments on commit 5148c23

Please sign in to comment.