mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lua54-lpeg: update to 1.1.0.
This commit is contained in:
parent
d3840527a8
commit
c5e3f31409
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lua54-lpeg'
|
# Template file for 'lua54-lpeg'
|
||||||
pkgname=lua54-lpeg
|
pkgname=lua54-lpeg
|
||||||
version=1.0.2
|
version=1.1.0
|
||||||
revision=4
|
revision=1
|
||||||
hostmakedepends="lua51 lua52 lua53 lua54"
|
hostmakedepends="lua51 lua52 lua53 lua54"
|
||||||
makedepends="lua51-devel lua52-devel lua53-devel lua54-devel"
|
makedepends="lua51-devel lua52-devel lua53-devel lua54-devel"
|
||||||
depends="lua54"
|
depends="lua54"
|
||||||
|
@ -9,9 +9,9 @@ _desc="Pattern-matching library for Lua based on Parsing Expression Grammars"
|
||||||
short_desc="${_desc} (5.4.x)"
|
short_desc="${_desc} (5.4.x)"
|
||||||
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.inf.puc-rio.br/~roberto/lpeg/"
|
homepage="https://www.inf.puc-rio.br/~roberto/lpeg/"
|
||||||
distfiles="${homepage}/lpeg-${version}.tar.gz"
|
distfiles="${homepage}/lpeg-${version}.tar.gz"
|
||||||
checksum=48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
|
checksum=4b155d67d2246c1ffa7ad7bc466c1ea899bbc40fef0257cc9c03cecbaed4352a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mkdir -p lua51
|
mkdir -p lua51
|
||||||
|
|
Loading…
Add table
Reference in a new issue