[oe-commits] [meta-openembedded] 78/80: lua: 5.3.2 -> 5.3.3

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:09:37 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 007e44204363fce0dc4f56d692ecf90ee2808f1a
Author: Wang Xin <wangxin2015.fnst at cn.fujitsu.com>
AuthorDate: Wed Aug 24 03:50:30 2016 -0400

    lua: 5.3.2 -> 5.3.3
    
    1) Upgrade lua from 5.3.2 to 5.3.3.
    2) Modify LIC_FILES_CHKSUM, since the date in it has been changed, But the LICENSE has not been changed.
    
    Signed-off-by: Wang Xin <wangxin2015.fnst at cn.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/lua/{lua_5.3.2.bb => lua_5.3.3.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.2.bb b/meta-oe/recipes-devtools/lua/lua_5.3.3.bb
similarity index 81%
rename from meta-oe/recipes-devtools/lua/lua_5.3.2.bb
rename to meta-oe/recipes-devtools/lua/lua_5.3.3.bb
index a9aa0f8..b7995c2 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.2.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.3.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Lua is a powerful light-weight programming language designed \
 for extending applications."
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=68fc2aa2b751a37ff265524ddf026d7f"
+LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=10ffd57d574c60d5b4d6189544e205a9"
 HOMEPAGE = "http://www.lua.org/"
 
 DEPENDS = "readline"
@@ -13,10 +13,10 @@ SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', \
             file://run-ptest \
            ', '', d)}"
 
-SRC_URI[tarballsrc.md5sum] = "33278c2ab5ee3c1a875be8d55c1ca2a1"
-SRC_URI[tarballsrc.sha256sum] = "c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f"
-SRC_URI[tarballtest.md5sum] = "a2b7ab1b8ff82a0145376e233ef30a4a"
-SRC_URI[tarballtest.sha256sum] = "56909863a3713dee3709b3dbd0c868237e4f5c9ea1744f5bf0ba8bafa6c4ed32"
+SRC_URI[tarballsrc.md5sum] = "703f75caa4fdf4a911c1a72e67a27498"
+SRC_URI[tarballsrc.sha256sum] = "5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2"
+SRC_URI[tarballtest.md5sum] = "76f4fb07f2a4970d554645ac26df86df"
+SRC_URI[tarballtest.sha256sum] = "13154abc20976196119db531b4169ce1ce511755879d40b4192e4173291287e5"
 
 inherit pkgconfig binconfig ptest
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list