Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/lua/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: lua
version: 5.5.0
version: 5.5.1

package:
name: ${{ name }}
version: ${{ version }}

source:
- url: https://www.lua.org/ftp/lua-${{ version }}.tar.gz
sha256: 57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d
sha256: 1c4b4068d67061f2a2231ad2b5422e77acea1487ea9890f6320af614f4373dce
patches:
# Enables Lua to look for packages on a relative path
- luaconf.patch
Expand Down
Loading