From 3b6218689351d4993d3b794648ca545e07b05186 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 19 Jul 2016 18:02:28 +0200 Subject: [PATCH] lua: Convert to versionless bee file --- lua-5.3.2-0.bee => lua.be0 | 2 ++ 1 file changed, 2 insertions(+) rename lua-5.3.2-0.bee => lua.be0 (98%) diff --git a/lua-5.3.2-0.bee b/lua.be0 similarity index 98% rename from lua-5.3.2-0.bee rename to lua.be0 index ea859f531..1ac31c016 100755 --- a/lua-5.3.2-0.bee +++ b/lua.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION lua-5.3.2-0 + SRCURL[0]="https://www.lua.org/ftp/lua-${PKGVERSION}.tar.gz" PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/7.9/lua-5.3.2-shared_library-1.patch"