Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
56803208
Commit
56803208
authored
Nov 12, 2024
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/lua: Version up 5.4.7 & 5.2.4
parent
9223fc18
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
component/lua/buildout.cfg
component/lua/buildout.cfg
+4
-4
No files found.
component/lua/buildout.cfg
View file @
56803208
...
...
@@ -8,8 +8,8 @@ parts =
[lua]
recipe = slapos.recipe.cmmi
shared = true
url = http
://www.lua.org/ftp/lua-5.4.6
.tar.gz
md5sum =
25a429319dff20dfbfb9956c2b5be911
url = http
s://www.lua.org/ftp/lua-5.4.7
.tar.gz
md5sum =
fc3f3291353bbe6ee6dec85ee61331e8
configure-command = true
make-options =
"$(uname -sr 2>/dev/null|grep -Eq '^Linux' && echo linux || echo posix)"
...
...
@@ -32,8 +32,8 @@ pc =
[lua5.2]
recipe = slapos.recipe.cmmi
shared = true
url = http
://www.lua.org/ftp/lua-5.2.3
.tar.gz
md5sum =
dc7f94ec6ff15c985d2d6ad0f1b35654
url = http
s://www.lua.org/ftp/lua-5.2.4
.tar.gz
md5sum =
913fdb32207046b273fdb17aad70be13
configure-command = true
make-options =
"$(uname -sr 2>/dev/null|grep -Eq '^Linux' && echo linux || echo posix)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment