diff options
author | Cem Keylan <cem@ckyln.com> | 2023-04-29 18:35:04 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-04-29 18:35:04 +0200 |
commit | 768437a1fd95441bb9d38ce7b326806ed3c70eea (patch) | |
tree | 9898e134d0f206df4743cb5804ab81c9dff1ce67 | |
parent | 8794c15356aabb1729fe0fc76de454d445638c76 (diff) | |
download | repository-768437a1fd95441bb9d38ce7b326806ed3c70eea.tar.gz |
lua: bump to 5.4.5
-rw-r--r-- | community/lua/checksums | 2 | ||||
-rw-r--r-- | community/lua/sources | 2 | ||||
-rw-r--r-- | community/lua/version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/community/lua/checksums b/community/lua/checksums index 75d36128..d609884e 100644 --- a/community/lua/checksums +++ b/community/lua/checksums @@ -1,3 +1,3 @@ %BLAKE3 -ca54489393cd38e35d295a9c35dbf0da5336a66ddb7b2213eed6c2f3039f53b1 lua-5.4.4.tar.gz +d97dbb4f5632ff9c8ed684a447756d874ace418f29412a2a0154c6beacec7ac7 lua-5.4.5.tar.gz 85d344b365c4d11fa4c7c48231bdc04321a94db1f4eb97d85ab2a4c19f56a014 lua.pc.in diff --git a/community/lua/sources b/community/lua/sources index 26a031f0..95820b3c 100644 --- a/community/lua/sources +++ b/community/lua/sources @@ -1,2 +1,2 @@ -https://www.lua.org/ftp/lua-5.4.4.tar.gz +https://www.lua.org/ftp/lua-5.4.5.tar.gz files/lua.pc.in diff --git a/community/lua/version b/community/lua/version index c1be1270..5e51b8ba 100644 --- a/community/lua/version +++ b/community/lua/version @@ -1 +1 @@ -5.4.4 1 +5.4.5 1 |