summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/md5.lua/rockspecs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 11:32:46 +0800
committerchai <chaifix@163.com>2021-10-26 11:32:46 +0800
commit0549b1e5a8a3132005e275d6026db8003cb067d2 (patch)
treef0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/DefaultContent/Libraries/md5.lua/rockspecs
parent32345800737b668011a87328cd3dcce59ec2934c (diff)
*rename folder
Diffstat (limited to 'Resources/DefaultContent/Libraries/md5.lua/rockspecs')
-rw-r--r--Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-0.rockspec21
-rw-r--r--Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-1.rockspec21
-rw-r--r--Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-2.rockspec21
-rw-r--r--Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.1-0.rockspec21
4 files changed, 0 insertions, 84 deletions
diff --git a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-0.rockspec b/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-0.rockspec
deleted file mode 100644
index 4103148..0000000
--- a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-0.rockspec
+++ /dev/null
@@ -1,21 +0,0 @@
-package = "md5"
-version = "1.0-0"
-source = {
- url = "https://github.com/kikito/md5.lua/archive/v1.0.0.tar.gz",
- dir = "md5.lua-1.0.0"
-}
-description = {
- summary = "MD5 sum in pure Lua, with no C and no external dependencies",
- detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
- homepage = "https://github.com/kikito/md5.lua",
- license = "MIT"
-}
-dependencies = {
- "lua >= 5.1"
-}
-build = {
- type = "builtin",
- modules = {
- md5 = "md5.lua"
- }
-}
diff --git a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-1.rockspec b/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-1.rockspec
deleted file mode 100644
index f9f5203..0000000
--- a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-1.rockspec
+++ /dev/null
@@ -1,21 +0,0 @@
-package = "md5"
-version = "1.0-1"
-source = {
- url = "https://github.com/kikito/md5.lua/archive/v1.0.1.tar.gz",
- dir = "md5.lua-1.0.1"
-}
-description = {
- summary = "MD5 sum in pure Lua, with no C and no external dependencies",
- detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
- homepage = "https://github.com/kikito/md5.lua",
- license = "MIT"
-}
-dependencies = {
- "lua >= 5.1"
-}
-build = {
- type = "builtin",
- modules = {
- md5 = "md5.lua"
- }
-}
diff --git a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-2.rockspec b/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-2.rockspec
deleted file mode 100644
index c8034f9..0000000
--- a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.0-2.rockspec
+++ /dev/null
@@ -1,21 +0,0 @@
-package = "md5"
-version = "1.0-2"
-source = {
- url = "https://github.com/kikito/md5.lua/archive/v1.0.2.tar.gz",
- dir = "md5.lua-1.0.2"
-}
-description = {
- summary = "MD5 sum in pure Lua, with no C and no external dependencies",
- detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
- homepage = "https://github.com/kikito/md5.lua",
- license = "MIT"
-}
-dependencies = {
- "lua >= 5.1"
-}
-build = {
- type = "builtin",
- modules = {
- md5 = "md5.lua"
- }
-}
diff --git a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.1-0.rockspec b/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.1-0.rockspec
deleted file mode 100644
index ef1b392..0000000
--- a/Resources/DefaultContent/Libraries/md5.lua/rockspecs/md5-1.1-0.rockspec
+++ /dev/null
@@ -1,21 +0,0 @@
-package = "md5"
-version = "1.1-0"
-source = {
- url = "https://github.com/kikito/md5.lua/archive/v1.1.0.tar.gz",
- dir = "md5.lua-1.1.0"
-}
-description = {
- summary = "MD5 sum in pure Lua, with no C and no external dependencies",
- detailed = "This pure-Lua module computes md5 in Lua 5.1, Lua 5.2 and LuaJIT, using native bit-manipulation libraries when available, and falling back to table-based manipulation of integers in 5.1",
- homepage = "https://github.com/kikito/md5.lua",
- license = "MIT"
-}
-dependencies = {
- "lua >= 5.1"
-}
-build = {
- type = "builtin",
- modules = {
- md5 = "md5.lua"
- }
-}