diff mbox series

[meta-oe] luaposix: upgrade 35.1 -> 36.2.1

Message ID 20231116194922.1478988-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] luaposix: upgrade 35.1 -> 36.2.1 | expand

Commit Message

Alper Ak Nov. 16, 2023, 7:49 p.m. UTC
License-Update: Copyright years changed

Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb} (78%)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 22:49:22 +0300, alperak wrote:
> License-Update: Copyright years changed
> 
> Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md
> 
> 

Applied, thanks!

[1/1] luaposix: upgrade 35.1 -> 36.2.1
      commit: d8bd619184e6b0c11043d06d66d03dd19fd67a20

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb
similarity index 78%
rename from meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
rename to meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb
index a71bbebf7..1d27eb258 100644
--- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
+++ b/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb
@@ -1,13 +1,13 @@ 
 DESCRIPTION = "luaposix is a POSIX binding for Lua."
 LICENSE = "MIT"
 HOMEPAGE = "https://github.com/luaposix/luaposix"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f30d022f6ef53952fa87cc0b6fffb153"
 
 DEPENDS += "lua-native lua virtual/crypt"
 
-SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV};protocol=https \
+SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v36.2;protocol=https \
 "
-SRCREV = "14043c5086ae738823a5dfbc9170d9e14193fbef"
+SRCREV = "5a8d8c768fc3c51f42cb591e9523a60399efc6a1"
 S = "${WORKDIR}/git"
 LUA_VERSION = "5.4"