From 0549b1e5a8a3132005e275d6026db8003cb067d2 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 11:32:46 +0800 Subject: *rename folder --- .../Libraries/lbase64/rockspec/base64-1.5-1.rockspec | 20 -------------------- .../Libraries/lbase64/rockspec/base64-1.5-2.rockspec | 20 -------------------- .../Libraries/lbase64/rockspec/base64-1.5-3.rockspec | 20 -------------------- 3 files changed, 60 deletions(-) delete mode 100644 Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-1.rockspec delete mode 100644 Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-2.rockspec delete mode 100644 Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec (limited to 'Resources/DefaultContent/Libraries/lbase64/rockspec') diff --git a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-1.rockspec b/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-1.rockspec deleted file mode 100644 index f25c7b4..0000000 --- a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-1.rockspec +++ /dev/null @@ -1,20 +0,0 @@ -package = "base64" -version = "1.5-1" -source = { - url = "git+https://github.com/iskolbin/lbase64", - tag = "v1.5.1", -} -description = { - summary = "Pure Lua base64 encoder/decoder", - detailed = [[ -Pure Lua [base64](https://en.wikipedia.org/wiki/Base64) encoder/decoder. Works with Lua 5.1+ and LuaJIT. Fallbacks to pure Lua bit operations if bit/bit32/native bit operators are not available.]], - homepage = "https://github.com/iskolbin/lbase64", - license = "MIT/Public Domain" -} -dependencies = {} -build = { - type = "builtin", - modules = { - base64 = "base64.lua", - } -} diff --git a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-2.rockspec b/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-2.rockspec deleted file mode 100644 index 7d0addd..0000000 --- a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-2.rockspec +++ /dev/null @@ -1,20 +0,0 @@ -package = "base64" -version = "1.5-2" -source = { - url = "git://github.com/iskolbin/lbase64", - tag = "v1.5.2", -} -description = { - summary = "Pure Lua base64 encoder/decoder", - detailed = [[ -Pure Lua [base64](https://en.wikipedia.org/wiki/Base64) encoder/decoder. Works with Lua 5.1+ and LuaJIT. Fallbacks to pure Lua bit operations if bit/bit32/native bit operators are not available.]], - homepage = "https://github.com/iskolbin/lbase64", - license = "MIT/Public Domain" -} -dependencies = {} -build = { - type = "builtin", - modules = { - base64 = "base64.lua", - } -} diff --git a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec b/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec deleted file mode 100644 index 60706d3..0000000 --- a/Resources/DefaultContent/Libraries/lbase64/rockspec/base64-1.5-3.rockspec +++ /dev/null @@ -1,20 +0,0 @@ -package = "base64" -version = "1.5-3" -source = { - url = "git://github.com/iskolbin/lbase64", - tag = "v1.5.3", -} -description = { - summary = "Pure Lua base64 encoder/decoder", - detailed = [[ -Pure Lua base64 encoder/decoder. Works with Lua 5.1+ and LuaJIT. Fallbacks to pure Lua bit operations if bit/bit32/native bit operators are not available.]], - homepage = "https://github.com/iskolbin/lbase64", - license = "MIT/Public Domain" -} -dependencies = {} -build = { - type = "builtin", - modules = { - base64 = "base64.lua", - } -} -- cgit v1.1-26-g67d0