Skip to content
Merged
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
6 changes: 3 additions & 3 deletions luarocks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: luarocks
version: "3.12.2"
epoch: 1
version: "3.13.0"
epoch: 0
description: "Package manager for Lua modules"
copyright:
- license: MIT
Expand Down Expand Up @@ -29,7 +29,7 @@ pipeline:
with:
repository: https://github.com/luarocks/luarocks
tag: v${{package.version}}
expected-commit: 990ec6ca3b097c7160fe925cfca4b8e57cfe5685
expected-commit: 3421bedc2ce2b64e79530bb97497531b014899a8

- runs: ./configure --prefix=/usr --with-lua=/usr

Expand Down
Loading