Skip to content
Snippets Groups Projects
Unverified Commit 4f624727 authored by Toyohisa Kameyama's avatar Toyohisa Kameyama Committed by GitHub
Browse files

lua-lpeg: Add version 1.0.2-1. (#18128)

parent da1135cd
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,13 @@ class LuaLpeg(Package): ...@@ -11,12 +11,13 @@ class LuaLpeg(Package):
"""pattern-matching for lua""" """pattern-matching for lua"""
homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/" homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/"
url = "https://luarocks.org/manifests/luarocks/lpeg-0.12-1.src.rock" url = "https://luarocks.org/manifests/gvvaughan/lpeg-1.0.2-1.src.rock"
version('0.12-1', sha256='3962e8d695d0f9095c9453f2a42f9f1a89fb94db9b0c3bf22934c1e8a3b0ef5a', version('1.0.2-1', sha256='e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc', expand=False)
expand=False) version('0.12-1', sha256='3962e8d695d0f9095c9453f2a42f9f1a89fb94db9b0c3bf22934c1e8a3b0ef5a', expand=False)
extends("lua") extends("lua")
depends_on("lua@:5.1.9", when="@:0.12.1")
def install(self, spec, prefix): def install(self, spec, prefix):
luarocks('--tree=' + prefix, 'install', 'lpeg-0.12-1.src.rock') luarocks('--tree=' + prefix, 'install', self.stage.archive_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment