luaposix: update to 34.1.1.
This commit is contained in:
parent
a01b92737b
commit
9935ea50bf
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'luaposix'
|
||||
pkgname=luaposix
|
||||
version=34.0.4
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
version=34.1.1
|
||||
revision=1
|
||||
wrksrc="luaposix-release-v${version}"
|
||||
hostmakedepends="lua51-devel lua52-devel lua-devel"
|
||||
makedepends="lua51-devel lua52-devel lua-devel"
|
||||
depends="lua lua-stdlib-normalize"
|
||||
short_desc="A POSIX library for Lua programming language"
|
||||
short_desc="POSIX library for Lua programming language"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://luaforge.net/projects/luaposix/"
|
||||
distfiles="https://github.com/luaposix/luaposix/archive/release-v${version}.tar.gz"
|
||||
checksum=d0110e465fdaeedd6662e9fdd40ae88131f7380bd7e1335adac70c24bb70f718
|
||||
checksum=273df2dbd9581a2f22e4265f14d0d759c487c0c9830f94395d7d690474382810
|
||||
lib32disabled=yes
|
||||
|
||||
post_extract() {
|
||||
cd "${wrksrc}"
|
||||
|
|
Loading…
Reference in a new issue