mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Rename 0.6 to 0.6alpha.
For the LuaRocks versioning algorithm, 0.6a > 0.6, but 0.6alpha < 0.6. It recognizes "alpha" < "beta" < "rc", but other letter suffixes are recognized as greater than numbers (e.g. 1.0k > 1.0g > 1.0).
This commit is contained in:
parent
f17bee5371
commit
4dd953e6f1
@ -1,8 +1,8 @@
|
||||
package = "LuaSec"
|
||||
version = "0.6a-1"
|
||||
version = "0.6alpha-1"
|
||||
source = {
|
||||
url = "git://github.com/brunoos/luasec.git",
|
||||
tag = "luasec-0.6a"
|
||||
tag = "luasec-0.6alpha"
|
||||
}
|
||||
description = {
|
||||
summary = "A binding for OpenSSL library to provide TLS/SSL communication over LuaSocket.",
|
Loading…
Reference in New Issue
Block a user