Message ID | 20240601125951.29789-1-francois.perrad@gadz.org |
---|---|
State | Accepted |
Headers | show |
Series | package/luarocks: bump to version 3.11.1 | expand |
francois, All, On 2024-06-01 14:59 +0200, Francois Perrad spake thusly: > Signed-off-by: Francois Perrad <francois.perrad@gadz.org> > --- > package/luarocks/luarocks.hash | 2 +- > package/luarocks/luarocks.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/luarocks/luarocks.hash b/package/luarocks/luarocks.hash > index fbf527021..15a44f9db 100644 > --- a/package/luarocks/luarocks.hash > +++ b/package/luarocks/luarocks.hash > @@ -1,3 +1,3 @@ > # Locally calculated > -sha256 25f56b3c7272fb35b869049371d649a1bbe668a56d24df0a66e3712e35dd44a6 luarocks-3.11.0.tar.gz > +sha256 c3fb3d960dffb2b2fe9de7e3cb004dc4d0b34bb3d342578af84f84325c669102 luarocks-3.11.1.tar.gz > sha256 660773f53ed17cd0d8be7d67168c25e8cc664a506788c7b5971192bdd2994a9d COPYING > diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk > index 4c9922914..cf5f966cd 100644 > --- a/package/luarocks/luarocks.mk > +++ b/package/luarocks/luarocks.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -LUAROCKS_VERSION = 3.11.0 > +LUAROCKS_VERSION = 3.11.1 This version bump looked minor, so I eyed the git repository I only found fixes between 3.11.0 and 3.11.1, so applied to master, thanks. Regards, Yann E. MORIN. > LUAROCKS_SITE = https://luarocks.org/releases > LUAROCKS_LICENSE = MIT > LUAROCKS_LICENSE_FILES = COPYING > -- > 2.40.1 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot
diff --git a/package/luarocks/luarocks.hash b/package/luarocks/luarocks.hash index fbf527021..15a44f9db 100644 --- a/package/luarocks/luarocks.hash +++ b/package/luarocks/luarocks.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 25f56b3c7272fb35b869049371d649a1bbe668a56d24df0a66e3712e35dd44a6 luarocks-3.11.0.tar.gz +sha256 c3fb3d960dffb2b2fe9de7e3cb004dc4d0b34bb3d342578af84f84325c669102 luarocks-3.11.1.tar.gz sha256 660773f53ed17cd0d8be7d67168c25e8cc664a506788c7b5971192bdd2994a9d COPYING diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk index 4c9922914..cf5f966cd 100644 --- a/package/luarocks/luarocks.mk +++ b/package/luarocks/luarocks.mk @@ -4,7 +4,7 @@ # ################################################################################ -LUAROCKS_VERSION = 3.11.0 +LUAROCKS_VERSION = 3.11.1 LUAROCKS_SITE = https://luarocks.org/releases LUAROCKS_LICENSE = MIT LUAROCKS_LICENSE_FILES = COPYING
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> --- package/luarocks/luarocks.hash | 2 +- package/luarocks/luarocks.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)